A HTTP Client for the mbed networking libraries

Dependents:   HTTPClient_Wifly_HelloWorld HTTPPoster HTTPClient_HelloWorld mpod_nhk_english ... more

Fork of HTTPClientLib by Donatien Garnier

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Fri Jun 29 10:24:38 2012 +0000
Parent:
5:791fc3dcb6c4
Child:
7:4e39864f7b15
Commit message:
Forked with right name

Changed in this revision

HTTPClient.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HTTPClient.cpp	Fri Jun 15 14:24:46 2012 +0000
+++ b/HTTPClient.cpp	Fri Jun 29 10:24:38 2012 +0000
@@ -138,7 +138,7 @@
 
   //Create socket
   DBG("Creating socket");
-  m_sock = ::socket(AF_INET, SOCK_STREAM, 0); //UDP socket
+  m_sock = ::socket(AF_INET, SOCK_STREAM, 0); //TCP socket
   if (m_sock < 0)
   {
     ERR("Could not create socket");