Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4963 - trunk/src/http/modules

Anonymous User
December 13, 2012 08:46AM
Author: mdounin
Date: 2012-12-13 13:45:39 +0000 (Thu, 13 Dec 2012)
New Revision: 4963
URL: http://trac.nginx.org/nginx/changeset/4963/nginx

Log:
Proxy: better error message about unexpected data.

Requested by Igor Sysoev.


Modified:
trunk/src/http/modules/ngx_http_proxy_module.c

Modified: trunk/src/http/modules/ngx_http_proxy_module.c
===================================================================
--- trunk/src/http/modules/ngx_http_proxy_module.c 2012-12-12 14:48:48 UTC (rev 4962)
+++ trunk/src/http/modules/ngx_http_proxy_module.c 2012-12-13 13:45:39 UTC (rev 4963)
@@ -1614,7 +1614,8 @@
p->upstream_done = 1;

ngx_log_error(NGX_LOG_WARN, r->connection->log, 0,
- "upstream sent too much data");
+ "upstream sent more data than specified in "
+ "\"Content-Length\" header");
}

return NGX_OK;

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

[nginx] svn commit: r4963 - trunk/src/http/modules

Anonymous User 1063 December 13, 2012 08:46AM



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

Online Users

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