comparison src/http/ngx_http_special_response.c @ 354:583decdb82a4 NGINX_0_6_21

nginx 0.6.21 *) Change: if variable values used in a "proxy_pass" directive contain IP-addresses only, then a "resolver" directive is not mandatory. resolver *) Bugfix: a segmentation fault might occur in worker process if a "proxy_pass" directive with URI-part was used; bug appeared in 0.6.19. *) Bugfix: if resolver was used on platform that does not support kqueue, then nginx issued an alert "name is out of response". Thanks to Andrei Nigmatulin. *) Bugfix: if the $server_protocol was used in FastCGI parameters and a request line length was near to the "client_header_buffer_size" directive value, then nginx issued an alert "fastcgi: the request record is too big". *) Bugfix: if a plain text HTTP/0.9 version request was made to HTTPS server, then nginx returned usual response.
author Igor Sysoev <http://sysoev.ru>
date Mon, 03 Dec 2007 00:00:00 +0300
parents eae74a780a84
children babd3d9efb62
comparison
equal deleted inserted replaced
353:4a470d9e2ea5 354:583decdb82a4
305 #define NGX_HTTP_LEVEL_400 17 305 #define NGX_HTTP_LEVEL_400 17
306 306
307 ngx_string(ngx_http_error_495_page), /* 495, https certificate error */ 307 ngx_string(ngx_http_error_495_page), /* 495, https certificate error */
308 ngx_string(ngx_http_error_496_page), /* 496, https no certificate */ 308 ngx_string(ngx_http_error_496_page), /* 496, https no certificate */
309 ngx_string(ngx_http_error_497_page), /* 497, http to https */ 309 ngx_string(ngx_http_error_497_page), /* 497, http to https */
310 ngx_string(ngx_http_error_404_page), /* 498, invalid host name */ 310 ngx_string(ngx_http_error_404_page), /* 498, canceled */
311 ngx_null_string, /* 499, client has closed connection */ 311 ngx_null_string, /* 499, client has closed connection */
312 312
313 ngx_string(ngx_http_error_500_page), 313 ngx_string(ngx_http_error_500_page),
314 ngx_string(ngx_http_error_501_page), 314 ngx_string(ngx_http_error_501_page),
315 ngx_string(ngx_http_error_502_page), 315 ngx_string(ngx_http_error_502_page),