mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 09:42:39 +08:00
set send() slot for POSIX systems
This commit is contained in:
parent
07fc16cf31
commit
97bf6c760a
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user