* fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): Add
socket handle value to debug output. (fhandler_socket::fixup_after_fork): Ditto. Make new socket handle OVERLAPPED, just as if it has been created with socket(). * net.cc (fdsock): Close duplicated socket and explain why. Disable the entire WSADuplicateSocket test for now and explain why.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2009-11-23 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): Add
|
||||
socket handle value to debug output.
|
||||
(fhandler_socket::fixup_after_fork): Ditto. Make new socket handle
|
||||
OVERLAPPED, just as if it has been created with socket().
|
||||
* net.cc (fdsock): Close duplicated socket and explain why. Disable
|
||||
the entire WSADuplicateSocket test for now and explain why.
|
||||
|
||||
2009-11-23 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_socket.cc (fhandler_socket::set_close_on_exec): Only call
|
||||
|
||||
Reference in New Issue
Block a user