commit | a21e30b91900dbbde5ea7fbc5ed4b2ec59969de7 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Apr 13 05:27:03 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Apr 13 05:27:03 2004 +0000 |
tree | c7d5450dabaf85a756ef61dd9abb0fb771792934 | |
parent | 43f131923f25600c771e014a7eebf74d407776a7 [diff] [blame] |
nginx-0.0.3-2004-04-13-09:27:03 import
diff --git a/src/os/unix/ngx_solaris_init.c b/src/os/unix/ngx_solaris_init.c index b2aba61..8f2e484 100644 --- a/src/os/unix/ngx_solaris_init.c +++ b/src/os/unix/ngx_solaris_init.c
@@ -10,7 +10,7 @@ ngx_os_io_t ngx_os_io = { ngx_unix_recv, - NULL, + ngx_readv_chain, NULL, #if (HAVE_SENDFILE) ngx_solaris_sendfilev_chain,