comparison src/http/ngx_http_upstream.c @ 4572:67653855682e

Fixed spelling in multiline C comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 03 Apr 2012 07:37:31 +0000
parents 4988fa232629
children b38fea6f9a15
comparison
equal deleted inserted replaced
4571:2942a827da09 4572:67653855682e
1194 && r->request_body->temp_file 1194 && r->request_body->temp_file
1195 && r == r->main) 1195 && r == r->main)
1196 { 1196 {
1197 /* 1197 /*
1198 * the r->request_body->buf can be reused for one request only, 1198 * the r->request_body->buf can be reused for one request only,
1199 * the subrequests should allocate their own temporay bufs 1199 * the subrequests should allocate their own temporary bufs
1200 */ 1200 */
1201 1201
1202 u->output.free = ngx_alloc_chain_link(r->pool); 1202 u->output.free = ngx_alloc_chain_link(r->pool);
1203 if (u->output.free == NULL) { 1203 if (u->output.free == NULL) {
1204 ngx_http_upstream_finalize_request(r, u, 1204 ngx_http_upstream_finalize_request(r, u,