comparison src/http/ngx_http_core_module.h @ 636:943566b4d82e NGINX_1_1_2

nginx 1.1.2 *) Change: now if total size of all ranges is greater than source response size, then nginx disables ranges and returns just the source response. *) Feature: the "max_ranges" directive. *) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and "ssl_prefer_server_ciphers" directives might work incorrectly if SNI was used. *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort" directives.
author Igor Sysoev <http://sysoev.ru>
date Mon, 05 Sep 2011 00:00:00 +0400
parents 5b73504dd4ba
children 6f21ae02fb01
comparison
equal deleted inserted replaced
635:5d94f8b3e01d 636:943566b4d82e
361 ngx_uint_t keepalive_requests; /* keepalive_requests */ 361 ngx_uint_t keepalive_requests; /* keepalive_requests */
362 ngx_uint_t keepalive_disable; /* keepalive_disable */ 362 ngx_uint_t keepalive_disable; /* keepalive_disable */
363 ngx_uint_t satisfy; /* satisfy */ 363 ngx_uint_t satisfy; /* satisfy */
364 ngx_uint_t lingering_close; /* lingering_close */ 364 ngx_uint_t lingering_close; /* lingering_close */
365 ngx_uint_t if_modified_since; /* if_modified_since */ 365 ngx_uint_t if_modified_since; /* if_modified_since */
366 ngx_uint_t max_ranges; /* max_ranges */
366 ngx_uint_t client_body_in_file_only; /* client_body_in_file_only */ 367 ngx_uint_t client_body_in_file_only; /* client_body_in_file_only */
367 368
368 ngx_flag_t client_body_in_single_buffer; 369 ngx_flag_t client_body_in_single_buffer;
369 /* client_body_in_singe_buffer */ 370 /* client_body_in_singe_buffer */
370 ngx_flag_t internal; /* internal */ 371 ngx_flag_t internal; /* internal */