Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4301 - trunk/src/http

Anonymous User
November 21, 2011 02:34AM
Author: ru
Date: 2011-11-21 07:31:59 +0000 (Mon, 21 Nov 2011)
New Revision: 4301

Log:
Fixed "keepalive_disable".

Patch by Alexander Usov.


Modified:
trunk/src/http/ngx_http_core_module.c

Modified: trunk/src/http/ngx_http_core_module.c
===================================================================
--- trunk/src/http/ngx_http_core_module.c 2011-11-18 18:42:00 UTC (rev 4300)
+++ trunk/src/http/ngx_http_core_module.c 2011-11-21 07:31:59 UTC (rev 4301)
@@ -3267,12 +3267,12 @@
* clcf->auto_redirect = 0;
* clcf->alias = 0;
* clcf->gzip_proxied = 0;
+ * clcf->keepalive_disable = 0;
*/

clcf->client_max_body_size = NGX_CONF_UNSET;
clcf->client_body_buffer_size = NGX_CONF_UNSET_SIZE;
clcf->client_body_timeout = NGX_CONF_UNSET_MSEC;
- clcf->keepalive_disable = NGX_CONF_UNSET_UINT;
clcf->satisfy = NGX_CONF_UNSET_UINT;
clcf->if_modified_since = NGX_CONF_UNSET_UINT;
clcf->max_ranges = NGX_CONF_UNSET_UINT;

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4301 - trunk/src/http

Anonymous User 1485 November 21, 2011 02:34AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 304
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready