# HG changeset patch # User Igor Sysoev # Date 1230235632 0 # Node ID f80631ca01c699ed260acfe39d0ab99d09c6ac7f # Parent 969adaee59583b3c8e01d9adbeb9fb4f4d9ccb39 set send() slot for POSIX systems diff --git a/src/os/unix/ngx_posix_init.c b/src/os/unix/ngx_posix_init.c --- a/src/os/unix/ngx_posix_init.c +++ b/src/os/unix/ngx_posix_init.c @@ -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 };