comparison src/http/ngx_http_upstream.c @ 492:98143f74eb3d NGINX_0_7_58

nginx 0.7.58 *) Feature: a "listen" directive of the mail proxy module supports IPv6. *) Feature: the "image_filter_jpeg_quality" directive. *) Feature: the "client_body_in_single_buffer" directive. *) Feature: the $request_body variable. *) Bugfix: in ngx_http_autoindex_module in file name links having a ":" symbol in the name. *) Bugfix: "make upgrade" procedure did not work; the bug had appeared in 0.7.53. Thanks to Denis F. Latypoff.
author Igor Sysoev <http://sysoev.ru>
date Mon, 18 May 2009 00:00:00 +0400
parents 829f9a66a659
children 499474178a11
comparison
equal deleted inserted replaced
491:bb2281a3edb6 492:98143f74eb3d
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;