]> git.kaiwu.me - nginx.git/commitdiff
set send() slot for POSIX systems
authorIgor Sysoev <igor@sysoev.ru>
Thu, 25 Dec 2008 20:07:12 +0000 (20:07 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 25 Dec 2008 20:07:12 +0000 (20:07 +0000)
src/os/unix/ngx_posix_init.c

index 78c5d4be9216c28de7730d83915e7035c8fd0744..b38a810090160e45bab5ce5301ac13e6483d7827 100644 (file)
@@ -22,7 +22,7 @@ ngx_os_io_t ngx_os_io = {
     ngx_unix_recv,
     ngx_readv_chain,
     ngx_udp_unix_recv,
-    NULL,
+    ngx_unix_send,
     ngx_writev_chain,
     0
 };