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("%s", buffer);
|
||||
sock.close();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
printf("HTTP: ERROR\r\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue