xiaoxiang781216 commented on a change in pull request #1046: URL: https://github.com/apache/incubator-nuttx-apps/pull/1046#discussion_r820621436
########## File path: netutils/webclient/webclient.c ########## @@ -174,7 +179,8 @@ struct conn_s /* flags for wget_s::internal_flags */ -#define WGET_FLAG_GOT_CONTENT_LENGTH 1 +#define WGET_FLAG_GOT_CONTENT_LENGTH 1U +#define WGET_FLAG_CHUNKED 2U Review comment: let's align -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org