This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new 8a5dc04 webclient: Remove an inappropriate comment (a copy-and-paste botch) 8a5dc04 is described below commit 8a5dc04be29997c133da9cdc4292f8cc33b16deb Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Tue Mar 8 10:56:10 2022 +0900 webclient: Remove an inappropriate comment (a copy-and-paste botch) --- netutils/webclient/webclient.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/netutils/webclient/webclient.c b/netutils/webclient/webclient.c index 3191add..9cb7fb4 100644 --- a/netutils/webclient/webclient.c +++ b/netutils/webclient/webclient.c @@ -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);