mirror of https://github.com/ARMmbed/mbed-os.git
tcp_client_hello_world K&R style
parent
3035d80356
commit
60e8839ffb
|
@ -75,8 +75,7 @@ int main() {
|
||||||
printf("HTTP: Received message:\r\n");
|
printf("HTTP: Received message:\r\n");
|
||||||
printf("%s", buffer);
|
printf("%s", buffer);
|
||||||
sock.close();
|
sock.close();
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
printf("HTTP: ERROR\r\n");
|
printf("HTTP: ERROR\r\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue