Fixed HTTP header key and value length.

Dependents:   SNIC-httpclient-example HTTPClient_HelloWorld

Fork of HTTPClient by Donatien Garnier

Revision:
20:f020c92bd1a2
Parent:
16:1f743885e7de
--- a/HTTPClient.h	Sun Oct 12 16:00:13 2014 +0000
+++ b/HTTPClient.h	Sat Nov 22 08:54:27 2014 +0000
@@ -36,7 +36,7 @@
 ///HTTP client results
 enum HTTPResult
 {
-  HTTP_PROCESSING, ///<Processing
+  HTTP_PROCESSING = -10, ///<Processing
   HTTP_PARSE, ///<url Parse error
   HTTP_DNS, ///<Could not resolve name
   HTTP_PRTCL, ///<Protocol error