mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 09:42:39 +08:00
nginx-0.1.0-2004-09-28-19:44:42 import
This commit is contained in:
parent
d90282d8ba
commit
e0eaacd795
@ -658,30 +658,21 @@ ngx_inline static void ngx_event_pipe_remove_shadow_links(ngx_buf_t *buf)
|
|||||||
|
|
||||||
while (!b->last_shadow) {
|
while (!b->last_shadow) {
|
||||||
next = b->shadow;
|
next = b->shadow;
|
||||||
#if 0
|
|
||||||
b->type &= ~(NGX_HUNK_TEMP|NGX_HUNK_IN_MEMORY|NGX_HUNK_RECYCLED);
|
|
||||||
#endif
|
|
||||||
b->in_file = 0;
|
b->in_file = 0;
|
||||||
b->temp_file = 0;
|
b->temp_file = 0;
|
||||||
b->flush = 0;
|
b->flush = 0;
|
||||||
b->zerocopy_busy = 0;
|
b->zerocopy_busy = 0;
|
||||||
b->last_shadow = 0;
|
|
||||||
|
|
||||||
b->shadow = NULL;
|
b->shadow = NULL;
|
||||||
b = next;
|
b = next;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
b->type &= ~(NGX_HUNK_TEMP
|
|
||||||
|NGX_HUNK_IN_MEMORY
|
|
||||||
|NGX_HUNK_RECYCLED
|
|
||||||
|NGX_HUNK_LAST_SHADOW);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
b->in_file = 0;
|
b->in_file = 0;
|
||||||
b->temp_file = 0;
|
b->temp_file = 0;
|
||||||
b->flush = 0;
|
b->flush = 0;
|
||||||
b->zerocopy_busy = 0;
|
b->zerocopy_busy = 0;
|
||||||
|
b->last_shadow = 0;
|
||||||
|
|
||||||
b->shadow = NULL;
|
b->shadow = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user