acassis commented on a change in pull request #333: URL: https://github.com/apache/incubator-nuttx-apps/pull/333#discussion_r479383605
########## File path: include/netutils/webclient.h ########## @@ -147,6 +281,12 @@ int wget(FAR const char *url, FAR char *buffer, int buflen, int wget_post(FAR const char *url, FAR const char *posts, FAR char *buffer, int buflen, wget_callback_t callback, FAR void *arg); +void webclient_set_defaults(FAR struct webclient_context *ctx); Review comment: ping @yamt any news? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org