Modified version of NetServices. Fixes an issue where connections failed should the HTTP response status line be received in a packet on its own prior to any further headers. Changes are made to the HTTPClient.cpp file's readHeaders method.

Committer:
andrewbonney
Date:
Fri Apr 08 14:39:41 2011 +0000
Revision:
0:ec559500a63f

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewbonney 0:ec559500a63f 1 #ifndef NET_CFG_H
andrewbonney 0:ec559500a63f 2 #define NET_GPRS 0
andrewbonney 0:ec559500a63f 3 #define NET_PPP 0
andrewbonney 0:ec559500a63f 4 #define NET_GPRS_MODULE 0
andrewbonney 0:ec559500a63f 5 #define NET_ETH 1
andrewbonney 0:ec559500a63f 6 #define NET_USB_SERIAL 0
andrewbonney 0:ec559500a63f 7 #define NET_CFG_H 1
andrewbonney 0:ec559500a63f 8 #define NET_UMTS 0
andrewbonney 0:ec559500a63f 9 #define NET_USB 0
andrewbonney 0:ec559500a63f 10 #define NET_LWIP_STACK 1
andrewbonney 0:ec559500a63f 11 #endif