mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
webclient.c: Don't parse the status line as the first header line
This commit is contained in:

committed by
Alan Carvalho de Assis

parent
f17af21f9c
commit
eb1a99fdd6
@@ -447,6 +447,7 @@ static inline int wget_parsestatus(struct webclient_context *ctx,
|
||||
*/
|
||||
|
||||
ws->state = WEBCLIENT_STATE_HEADERS;
|
||||
ndx = 0;
|
||||
break;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user