diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-10-30 08:51:06 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-30 08:51:06 +0000 |
| commit | 68ee8f144242965c9650ad99604d1717c0f84c18 (patch) | |
| tree | 7327fe5fcc7b45d0ade16767c74e918b8ba6f328 /src/os/unix/ngx_aio_write_chain.c | |
| parent | 14be46ee9862352fc055da8005e9bdf3dd1bc16e (diff) | |
| download | nginx-68ee8f144242965c9650ad99604d1717c0f84c18.tar.gz nginx-68ee8f144242965c9650ad99604d1717c0f84c18.tar.bz2 | |
nginx-0.0.1-2003-10-30-11:51:06 import
Diffstat (limited to 'src/os/unix/ngx_aio_write_chain.c')
| -rw-r--r-- | src/os/unix/ngx_aio_write_chain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_aio_write_chain.c b/src/os/unix/ngx_aio_write_chain.c index ba24d808e..73150447f 100644 --- a/src/os/unix/ngx_aio_write_chain.c +++ b/src/os/unix/ngx_aio_write_chain.c @@ -26,7 +26,7 @@ ngx_chain_t *ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in) /* we can post the single aio operation only */ - if (c->write->active) { + if (!c->write->ready) { return cl; } |
