Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of HTTPClient by
Diff: HTTPClient.cpp
- Revision:
- 6:54f79436184f
- Parent:
- 5:791fc3dcb6c4
- Child:
- 7:4e39864f7b15
--- 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");