nginx/src
Maxim Dounin be6fbbb47e Event pipe: fixed writing cache header to a temp file.
With previous code the p->temp_file->offset wasn't adjusted if a temp
file was written by the code in ngx_event_pipe_write_to_downstream()
after an EOF, resulting in cache not being used with empty scgi and uwsgi
responses with Content-Length set to 0.

Fix it to call ngx_event_pipe_write_chain_to_temp_file() there instead
of calling ngx_write_chain_to_temp_file() directly.
2013-07-25 14:55:09 +04:00
..
core On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs. 2013-07-25 12:46:03 +04:00
event Event pipe: fixed writing cache header to a temp file. 2013-07-25 14:55:09 +04:00
http Sub filter: fixed matching after a partial match. 2013-07-25 14:54:53 +04:00
mail Style. 2013-07-11 20:38:27 +04:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs. 2013-07-25 12:46:03 +04:00