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.
Dependents: HTTPClient_HelloWorld_IDW01M1 wifigianluigi HTTPClient_HelloWorld_IDW01M1_Fabio_Ricezione
Fork of HTTPClient by
Diff: HTTPSocket.h
- Revision:
- 20:bbbfaf4cc055
- Parent:
- 19:17578cfdb57a
--- a/HTTPSocket.h Mon Nov 07 17:08:02 2016 +0000
+++ b/HTTPSocket.h Tue Nov 08 17:21:42 2016 +0000
@@ -20,7 +20,7 @@
//SocketAddress addr(&spwf, hostname);
// pc.printf("\r\nst.com resolved to: %s\r\n", addr.get_ip_address());
- printf ("TCP hostaname: %s, port: %d\n\r", hostname, port);
+// printf ("TCP hostaname: %s, port: %d\n\r", hostname, port);
err = mysock.connect(hostname, port);
// t.start();
return err;
