diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-01-26 15:22:24 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-01-26 15:22:24 +0000 |
| commit | 80a45a061332ea364dbd542b7ad84f974a1cedac (patch) | |
| tree | cf8299e1d1b6db52c452c1e7e51e4e56eecd2fd4 /src/os/unix | |
| parent | 27947f38ef109b38f0c5530582536546cb074a8d (diff) | |
| download | nginx-80a45a061332ea364dbd542b7ad84f974a1cedac.tar.gz nginx-80a45a061332ea364dbd542b7ad84f974a1cedac.tar.bz2 | |
r2420, r2421, r2435, r2436, r2437 merge:
*) send "100 Continue" for HTTP/1.1 only
*) do not send "100 Continue" for subrequests
*) send "100 Continue" just before reading request body
*) set send() slot for POSIX systems
Diffstat (limited to 'src/os/unix')
| -rw-r--r-- | src/os/unix/ngx_posix_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_posix_init.c b/src/os/unix/ngx_posix_init.c index 78c5d4be9..b38a81009 100644 --- 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 }; |
