You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/01/14 09:09:14 UTC

[GitHub] [incubator-nuttx-apps] yamt commented on a change in pull request #561: webclient: Add AF_LOCAL support

yamt commented on a change in pull request #561:
URL: https://github.com/apache/incubator-nuttx-apps/pull/561#discussion_r557241524



##########
File path: netutils/webclient/webclient.c
##########
@@ -724,6 +724,15 @@ int webclient_perform(FAR struct webclient_context *ctx)
         {
           char port_str[sizeof("65535")];
 
+#if defined(CONFIG_WEBCLIENT_NET_LOCAL)
+          if (ctx->unix_socket != NULL)

Review comment:
       to indicate the error to the user.




----------------------------------------------------------------
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:
users@infra.apache.org