nginx/src/event
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
..
modules Events: backout eventport changes (r5172) for now. 2013-04-16 12:58:03 +00:00
ngx_event_accept.c Core: extended ngx_sock_ntop() with socklen parameter. 2013-07-11 16:07:25 +04:00
ngx_event_acceptex.c Core: extended ngx_sock_ntop() with socklen parameter. 2013-07-11 16:07:25 +04:00
ngx_event_busy_lock.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_busy_lock.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_connect.c Event connect: don't penalize AF_INET6 connections. 2013-03-27 15:16:45 +00:00
ngx_event_connect.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_connectex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_mutex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_openssl_stapling.c Core: extended ngx_sock_ntop() with socklen parameter. 2013-07-11 16:07:25 +04:00
ngx_event_openssl.c Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn. 2013-05-21 18:45:07 -07:00
ngx_event_openssl.h Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn. 2013-05-21 18:45:07 -07:00
ngx_event_pipe.c Event pipe: fixed writing cache header to a temp file. 2013-07-25 14:55:09 +04:00
ngx_event_pipe.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_posted.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_posted.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_timer.c Fixed signed integer overflows in timer code (ticket #145). 2012-04-06 23:46:09 +00:00
ngx_event_timer.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event.c Win32: accept_mutex now always disabled (ticket #362). 2013-05-31 14:59:26 +04:00
ngx_event.h Status: introduced the "ngx_stat_waiting" counter. 2013-03-15 20:00:49 +00:00