yamt commented on a change in pull request #333:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/333#discussion_r480821686
##########
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:
@acassis
no news. are you waiting for this PR "complete"?
like adapting users, removing the old api, etc, in a single shot?
i prefer to work on a step-by-step way.
(as a bonus, it might give external users time to adapt their code to the
new api.)
but if you prefer a single-shot, i can try.
----------------------------------------------------------------
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:
[email protected]