comparison src/http/ngx_http_upstream.c @ 5996:ab660d7c9980

Style. Noted by Ruslan Ermilov.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Mar 2015 01:15:21 +0300
parents 5f179f344096
children 457ec43dd8d5
comparison
equal deleted inserted replaced
5995:5f179f344096 5996:ab660d7c9980
3424 3424
3425 static void 3425 static void
3426 ngx_http_upstream_process_request(ngx_http_request_t *r, 3426 ngx_http_upstream_process_request(ngx_http_request_t *r,
3427 ngx_http_upstream_t *u) 3427 ngx_http_upstream_t *u)
3428 { 3428 {
3429 ngx_temp_file_t *tf; 3429 ngx_temp_file_t *tf;
3430 ngx_event_pipe_t *p; 3430 ngx_event_pipe_t *p;
3431 3431
3432 p = u->pipe; 3432 p = u->pipe;
3433 3433
3434 if (u->peer.connection) { 3434 if (u->peer.connection) {
3435 3435