You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/01/27 14:07:53 UTC

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8302: net/local_connect:Align the returned error code with Linux

xiaoxiang781216 opened a new pull request, #8302:
URL: https://github.com/apache/nuttx/pull/8302

   ## Summary
   
   When using PIPE connect to a file, ENOTSOCK or ECONNREFUSED should be returned and when using PIPE connect to invalid pipe name, ENOENT should be returned in libuv
   
   ## Impact
   
   Minor, error case
   
   ## Testing
   
   libuv test


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] pkarashchenko merged pull request #8302: net/local_connect:Align the returned error code with Linux

Posted by "pkarashchenko (via GitHub)" <gi...@apache.org>.
pkarashchenko merged PR #8302:
URL: https://github.com/apache/nuttx/pull/8302


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org