comparison src/http/ngx_http.h @ 80:6ae11d59d10e NGINX_0_1_40

nginx 0.1.40 *) 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; bug 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 <http://sysoev.ru>
date Fri, 22 Jul 2005 00:00:00 +0400
parents b55cbf18157e
children 991c6e4c7654
comparison
equal deleted inserted replaced
79:b7cf468d0667 80:6ae11d59d10e
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,