comparison src/core/ngx_hunk.c @ 167:8aef3c72e5da

nginx-0.0.1-2003-10-30-19:51:33 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Oct 2003 16:51:33 +0000
parents 389d7ee9fa60
children 2357fa41738a
comparison
equal deleted inserted replaced
166:389d7ee9fa60 167:8aef3c72e5da
113 } 113 }
114 114
115 *out = NULL; 115 *out = NULL;
116 116
117 while (*busy) { 117 while (*busy) {
118 if (ngx_hunk_size((*busy)->hunk) > 0) { 118 if (ngx_hunk_size((*busy)->hunk) != 0) {
119 break; 119 break;
120 } 120 }
121 121
122 #if (HAVE_WRITE_ZEROCOPY) 122 #if (HAVE_WRITE_ZEROCOPY)
123 if ((*busy)->hunk->type & NGX_HUNK_ZEROCOPY_BUSY) { 123 if ((*busy)->hunk->type & NGX_HUNK_ZEROCOPY_BUSY) {