comparison src/http/ngx_http_upstream.c @ 2847:3e10674139e4

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 14 May 2009 16:24:39 +0000
parents d106509491b5
children e16e03d62435
comparison
equal deleted inserted replaced
2846:dfec0e090265 2847:3e10674139e4
970 970
971 c->sendfile &= r->connection->sendfile; 971 c->sendfile &= r->connection->sendfile;
972 u->output.sendfile = c->sendfile; 972 u->output.sendfile = c->sendfile;
973 973
974 c->pool = r->pool; 974 c->pool = r->pool;
975 c->read->log = c->write->log = c->log = r->connection->log; 975 c->log = r->connection->log;
976 c->read->log = c->log;
977 c->write->log = c->log;
976 978
977 /* init or reinit the ngx_output_chain() and ngx_chain_writer() contexts */ 979 /* init or reinit the ngx_output_chain() and ngx_chain_writer() contexts */
978 980
979 u->writer.out = NULL; 981 u->writer.out = NULL;
980 u->writer.last = &u->writer.out; 982 u->writer.last = &u->writer.out;