tcp_client_hello_world K&R style

pull/2852/head
jeromecoutant 2016-09-20 14:09:53 +02:00 committed by Anna Bridge
parent 3035d80356
commit 60e8839ffb
1 changed files with 1 additions and 2 deletions

View File

@ -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");
} }