Welcome! Log In Create A New Profile

Advanced

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

Anonymous User
March 21, 2012 03:36AM
Author: ru
Date: 2012-03-21 07:35:43 +0000 (Wed, 21 Mar 2012)
New Revision: 4549
URL: http://trac.nginx.org/nginx/changeset/4549/nginx

Log:
If we inserted "Last-Modified" in r->headers_out.headers, don't
forget to set the r->headers_out.last_modified pointer to it.


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

Modified: trunk/src/http/modules/ngx_http_headers_filter_module.c
===================================================================
--- trunk/src/http/modules/ngx_http_headers_filter_module.c 2012-03-21 06:19:11 UTC (rev 4548)
+++ trunk/src/http/modules/ngx_http_headers_filter_module.c 2012-03-21 07:35:43 UTC (rev 4549)
@@ -385,6 +385,8 @@
return NGX_ERROR;
}

+ *old = h;
+
} else {
h = *old;


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

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

Anonymous User 1130 March 21, 2012 03:36AM



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

Online Users

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