make sure client GET reads as much as possible
This commit is contained in:
parent
bdf11587c2
commit
901730e86e
@ -358,7 +358,7 @@ void client_test(void* args)
|
||||
reply[input] = 0;
|
||||
printf("Server response: %s\n", reply);
|
||||
|
||||
if (argc == 3) { /* get html */
|
||||
if (sendGET) { /* get html */
|
||||
while (1) {
|
||||
input = CyaSSL_read(ssl, reply, sizeof(reply));
|
||||
if (input > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user