A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revision:
108:66f17386ffd4
Parent:
98:b977424ec7f7
Child:
117:a725e5ad4fad
--- a/tcp/http/http.c	Tue Jan 15 16:46:57 2019 +0000
+++ b/tcp/http/http.c	Fri Jan 18 11:49:42 2019 +0000
@@ -29,7 +29,9 @@
         char* pPath;
         char* pQuery;
         char* pLastModified;
+        FaultPoint = FAULT_POINT_HttpReadRequest;
         HttpReadRequest(pRequestStream, size, &pMethod, &pPath, &pQuery, &pLastModified);
+        FaultPoint = FAULT_POINT_HttpRequestFunction;
         *pToDo = HttpRequestFunction(pPath, pLastModified, pQuery);
     }
     FaultPoint = lastFaultPoint;