Quick fix of value size in key:value in HTTP header.

Dependents:   CC3000_demo idd_cc3000_chat CC3000_Nodejs TurretController ... more

Fork of HTTPClient by Donatien Garnier

Revision:
16:1f743885e7de
Parent:
10:e1351de84c16
--- a/data/HTTPMap.h	Wed Aug 29 11:16:48 2012 +0000
+++ b/data/HTTPMap.h	Thu Aug 30 15:38:57 2012 +0000
@@ -50,6 +50,8 @@
 
 protected:
   //IHTTPDataIn
+  virtual void readReset();
+
   virtual int read(char* buf, size_t len, size_t* pReadLen);
 
   virtual int getDataType(char* type, size_t maxTypeLen); //Internet media type for Content-Type header