yamt commented on a change in pull request #561: URL: https://github.com/apache/incubator-nuttx-apps/pull/561#discussion_r557770258
########## File path: include/netutils/webclient.h ########## @@ -191,13 +191,17 @@ struct webclient_context * url - A pointer to a string containing the full URL. * (e.g., http://www.nutt.org/index.html, or * http://192.168.23.1:80/index.html) + * unix_socket - If not NULL, the path to an AF_LOCAL socket. * headers - An array of pointers to the extra headers. * nheaders - The number of elements in the "headers" array. * bodylen - The size of the request body. */ FAR const char *method; FAR const char *url; Review comment: the url contains hostname, path, query string, etc. they will be sent over the unix domain socket. (while the hostname is less meaningful for unix domain, we need to send something anyway.) ---------------------------------------------------------------- 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