mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
webclient: Remove an inappropriate comment (a copy-and-paste botch)
This commit is contained in:
parent
44e80ac972
commit
8a5dc04be2
1 changed files with 0 additions and 3 deletions
|
|
@ -764,9 +764,6 @@ static inline int wget_parseheaders(struct webclient_context *ctx,
|
|||
else if (strncasecmp(ws->line, g_httptransferencoding,
|
||||
strlen(g_httptransferencoding)) == 0)
|
||||
{
|
||||
/* Parse the new host and filename from the URL.
|
||||
*/
|
||||
|
||||
FAR const char *encodings =
|
||||
ws->line + strlen(g_httptransferencoding);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue