comparison src/http/ngx_http_upstream.c @ 4517:50143b8fb95f stable-1.0

Merge of r4500: fixed spelling in single-line comments.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 05 Mar 2012 13:26:40 +0000
parents 8e24fb8ee3e7
children
comparison
equal deleted inserted replaced
4516:b927410d9638 4517:50143b8fb95f
2261 p->buf_to_file->last = u->buffer.pos; 2261 p->buf_to_file->last = u->buffer.pos;
2262 p->buf_to_file->temporary = 1; 2262 p->buf_to_file->temporary = 1;
2263 } 2263 }
2264 2264
2265 if (ngx_event_flags & NGX_USE_AIO_EVENT) { 2265 if (ngx_event_flags & NGX_USE_AIO_EVENT) {
2266 /* the posted aio operation may currupt a shadow buffer */ 2266 /* the posted aio operation may corrupt a shadow buffer */
2267 p->single_buf = 1; 2267 p->single_buf = 1;
2268 } 2268 }
2269 2269
2270 /* TODO: p->free_bufs = 0 if use ngx_create_chain_of_bufs() */ 2270 /* TODO: p->free_bufs = 0 if use ngx_create_chain_of_bufs() */
2271 p->free_bufs = 1; 2271 p->free_bufs = 1;