comparison src/http/ngx_http.h @ 531:c3bd8cdabb8f release-0.1.40

nginx-0.1.40-RELEASE import *) Bugfix: if a client sent too long header line, then the request information did not logged in the error log. *) Bugfix: the "Set-Cookie" header line was not transferred when the "X-Accel-Redirect" was used; the bug had appeared in 0.1.39. *) Bugfix: the "Content-Disposition" header line was not transferred when the "X-Accel-Redirect" was used. *) Bugfix: the master process did not close the listen socket on the SIGQUIT signal. *) Bugfix: after on-line upgrade on Linux and Solaris the process name became shorter in the "ps" command.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 Jul 2005 09:41:38 +0000
parents 9b8c906f6e63
children 563ad09abf50
comparison
equal deleted inserted replaced
530:1feed3cc8571 531:c3bd8cdabb8f
72 72
73 void ngx_http_empty_handler(ngx_event_t *wev); 73 void ngx_http_empty_handler(ngx_event_t *wev);
74 void ngx_http_request_empty_handler(ngx_http_request_t *r); 74 void ngx_http_request_empty_handler(ngx_http_request_t *r);
75 75
76 ngx_int_t ngx_http_send_last(ngx_http_request_t *r); 76 ngx_int_t ngx_http_send_last(ngx_http_request_t *r);
77 void ngx_http_close_request(ngx_http_request_t *r, ngx_int_t error);
78 void ngx_http_close_connection(ngx_connection_t *c);
79 u_char * ngx_http_log_error_info(ngx_http_request_t *r, u_char *buf, 77 u_char * ngx_http_log_error_info(ngx_http_request_t *r, u_char *buf,
80 size_t len); 78 size_t len);
81 79
82 80
83 ngx_int_t ngx_http_read_client_request_body(ngx_http_request_t *r, 81 ngx_int_t ngx_http_read_client_request_body(ngx_http_request_t *r,