Welcome! Log In Create A New Profile

Advanced

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

Anonymous User
June 25, 2012 09:10AM
Author: ru
Date: 2012-06-25 13:08:25 +0000 (Mon, 25 Jun 2012)
New Revision: 4699
URL: http://trac.nginx.org/nginx/changeset/4699/nginx

Log:
Fixed a harmless error in spelling of "Connection: close" when computing
the response header length.


Modified:
trunk/src/http/ngx_http_header_filter_module.c

Modified: trunk/src/http/ngx_http_header_filter_module.c
===================================================================
--- trunk/src/http/ngx_http_header_filter_module.c 2012-06-21 11:02:22 UTC (rev 4698)
+++ trunk/src/http/ngx_http_header_filter_module.c 2012-06-25 13:08:25 UTC (rev 4699)
@@ -395,7 +395,7 @@
}

} else {
- len += sizeof("Connection: closed" CRLF) - 1;
+ len += sizeof("Connection: close" CRLF) - 1;
}

#if (NGX_HTTP_GZIP)

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

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

Anonymous User 966 June 25, 2012 09:10AM



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

Online Users

Guests: 211
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