Fork of SandBox's original mbed-http (https://os.mbed.com/teams/sandbox/code/mbed-http/) and update for MbedOS6+ Content of TESTS folder was replaced with basic examples form original SandBox's HelloWorld

Revision:
7:2e3eedb9ca5c
Parent:
3:8a6b003e3874
Child:
10:b017c7d2cf23
--- a/source/http_request.h	Thu Feb 23 14:11:47 2017 +0100
+++ b/source/http_request.h	Fri Feb 24 11:20:16 2017 +0100
@@ -137,7 +137,7 @@
                 return NULL;
             }
 
-            if (response->is_body_complete()) {
+            if (response->is_message_complete()) {
                 break;
             }
         }