comparison src/core/ngx_hunk.c @ 135:e29909bd9b8a

nginx-0.0.1-2003-09-28-23:29:06 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 28 Sep 2003 19:29:06 +0000
parents d57c6835225c
children da00cde00e8a
comparison
equal deleted inserted replaced
134:d57c6835225c 135:e29909bd9b8a
150 #if (HAVE_WRITE_ZEROCOPY) 150 #if (HAVE_WRITE_ZEROCOPY)
151 if ((*busy)->hunk->type & NGX_HUNK_ZEROCOPY_BUSY) { 151 if ((*busy)->hunk->type & NGX_HUNK_ZEROCOPY_BUSY) {
152 break; 152 break;
153 } 153 }
154 #endif 154 #endif
155 if (((*busy)->hunk->type & NGX_HUNK_TEMP) == 0) {
156 *busy = (*busy)->next;
157 continue;
158 }
155 159
156 (*busy)->hunk->pos = (*busy)->hunk->last = (*busy)->hunk->start; 160 (*busy)->hunk->pos = (*busy)->hunk->last = (*busy)->hunk->start;
157 161
158 te = *busy; 162 te = *busy;
159 *busy = (*busy)->next; 163 *busy = (*busy)->next;