mirror of
https://github.com/nginx/nginx.git
synced 2026-09-01 02:58:40 +00:00
set send() slot for POSIX systems
This commit is contained in:
parent
07fc16cf31
commit
97bf6c760a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue