Ian Aherne / HTTPClient

Fork of HTTPClient by ST

Files at this revision

API Documentation at this revision

Comitter:
ianaherne
Date:
Tue Jan 16 17:01:12 2018 +0000
Parent:
24:dafc02922e40
Commit message:
test

Changed in this revision

HTTPClient.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HTTPClient.cpp	Fri Jan 13 14:40:02 2017 +0000
+++ b/HTTPClient.cpp	Tue Jan 16 17:01:12 2018 +0000
@@ -152,6 +152,7 @@
   DBG("Path: %s", path);
 // Open
   m_sock.open(&m_intf);
+  m_sock.set_blocking(false); //Added by Ian as test*********************************************************************************
   m_intf.set_unsecure_mode();  
   //Connect
   DBG("Connecting socket to server");