Fixes b8d1d79224
This commit is contained in:
parent
2e30127cee
commit
68404435b6
|
@ -69,6 +69,7 @@ int main(int argc, char * * argv)
|
||||||
break;
|
break;
|
||||||
} else if(n == 0) {
|
} else if(n == 0) {
|
||||||
printf("Socket closed\n");
|
printf("Socket closed\n");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
printf("%d bytes read\n", (int)n);
|
printf("%d bytes read\n", (int)n);
|
||||||
printresponse(buffer, (int)n);
|
printresponse(buffer, (int)n);
|
||||||
|
|
Loading…
Reference in New Issue