Skip to content
Snippets Groups Projects
Verified Commit 8cecbf0d authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

simplify approach to bind()

The complication is that we need to work with addresses and
just file-descriptors passed from some parent process.
The former approach lead to logical duplication of some steps;
now we add a step converting addresses to file-descriptors.
Thanks to that we always do bind() without touching libuv,
so the problem with forking disappears :-)
parent 19c43771
Branches
Tags
1 merge request!803http sockets
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment