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 SHA1CONFIG_H
andrewbonney 0:ec559500a63f 2 #define SHA1CONFIG_H
andrewbonney 0:ec559500a63f 3
andrewbonney 0:ec559500a63f 4 #define POLARSSL_SHA1_C 1
andrewbonney 0:ec559500a63f 5
andrewbonney 0:ec559500a63f 6 #endif