Uh oh!
There was an error while loading. Please reload this page.
Refactor part 4 - #124
Conversation
Changes the URLs to the repo's new home: https://github.com/rust-lang/socket2-rs. Add keywords, categories and documentation link.
It's only available on Apple platforms.
Sets the WSA_FLAG_NO_HANDLE_INHERIT flag on socket creation on Windows.
Thomasdezeeuw
commented
Nov 9, 2020
Main benefit is add |
de-vri-es
commented
Nov 9, 2020
It would be nice to get a resolution on #117 before breaking it again :( |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
To match Socket::set_nonblocking. Also add a test for it.
Matching the API of Socket::set_nonblocking.
To match Socket::set_cloexec. Also add a test for it and Type::no_inherit.
ed494d5 to
878e6b4CompareSame as Socket::set_nonblocking. Also add test for it.
Thomasdezeeuw
commented
Nov 11, 2020
@de-vri-es I've address your comments and added some tests (although more will be added in the future). |
de-vri-es
commented
Nov 11, 2020
Looks good. I'd still go with I'll start on rebasing #117 and implementing the requested changes. |
It's easiest to review by commit, those are small self-contained changes.