Welcome! Log In Create A New Profile

Advanced

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

Anonymous User
October 18, 2012 10:28AM
Author: mdounin
Date: 2012-10-18 14:27:40 +0000 (Thu, 18 Oct 2012)
New Revision: 4889
URL: http://trac.nginx.org/nginx/changeset/4889/nginx

Log:
Gunzip: fixed r->gzip_ok check.


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

Modified: trunk/src/http/modules/ngx_http_gunzip_filter_module.c
===================================================================
--- trunk/src/http/modules/ngx_http_gunzip_filter_module.c 2012-10-05 11:09:14 UTC (rev 4888)
+++ trunk/src/http/modules/ngx_http_gunzip_filter_module.c 2012-10-18 14:27:40 UTC (rev 4889)
@@ -145,7 +145,7 @@
return ngx_http_next_header_filter(r);
}

- } else if (!r->gzip_ok) {
+ } else if (r->gzip_ok) {
return ngx_http_next_header_filter(r);
}


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

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

Anonymous User 1081 October 18, 2012 10:28AM



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

Online Users

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