comparison src/http/ngx_http_request.h @ 562:7fa8dc2315bd NGINX_0_8_33

nginx 0.8.33 *) Security: now nginx/Windows ignores trailing spaces in URI. Thanks to Dan Crowley, Core Security Technologies. *) Security: now nginx/Windows ignores short files names. Thanks to Dan Crowley, Core Security Technologies. *) Change: now keepalive connections after POST requests are not disabled for MSIE 7.0+. Thanks to Adam Lounds. *) Workaround: now keepalive connections are disabled for Safari. Thanks to Joshua Sierles. *) Bugfix: if a proxied or FastCGI request was internally redirected to another proxied or FastCGI location, then $upstream_response_time variable may have abnormally large value; the bug had appeared in 0.8.7. *) Bugfix: a segmentation fault might occur in a worker process, while discarding a request body; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Mon, 01 Feb 2010 00:00:00 +0000
parents e19e5f542878
children ff463db0be31
comparison
equal deleted inserted replaced
561:1763c9f30920 562:7fa8dc2315bd
218 unsigned msie4:1; 218 unsigned msie4:1;
219 unsigned msie6:1; 219 unsigned msie6:1;
220 unsigned opera:1; 220 unsigned opera:1;
221 unsigned gecko:1; 221 unsigned gecko:1;
222 unsigned chrome:1; 222 unsigned chrome:1;
223 unsigned safari:1;
223 unsigned konqueror:1; 224 unsigned konqueror:1;
224 } ngx_http_headers_in_t; 225 } ngx_http_headers_in_t;
225 226
226 227
227 typedef struct { 228 typedef struct {