Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4709 - in branches/stable-1.2: . src/http/modules/perl

Anonymous User
June 26, 2012 10:42AM
Author: mdounin
Date: 2012-06-26 14:40:23 +0000 (Tue, 26 Jun 2012)
New Revision: 4709
URL: http://trac.nginx.org/nginx/changeset/4709/nginx

Log:
Merge of r4645: fixed warning during nginx.xs compilation.


Modified:
branches/stable-1.2/
branches/stable-1.2/src/http/modules/perl/nginx.xs

Index: branches/stable-1.2
===================================================================
--- branches/stable-1.2 2012-06-26 13:46:53 UTC (rev 4708)
+++ branches/stable-1.2 2012-06-26 14:40:23 UTC (rev 4709)

Property changes on: branches/stable-1.2
___________________________________________________________________
Modified: svn:mergeinfo
## -1 +1 ##
-/trunk:4611-4632,4641,4674-4676
+/trunk:4611-4632,4641,4645,4674-4676
\ No newline at end of property
Modified: branches/stable-1.2/src/http/modules/perl/nginx.xs
===================================================================
--- branches/stable-1.2/src/http/modules/perl/nginx.xs 2012-06-26 13:46:53 UTC (rev 4708)
+++ branches/stable-1.2/src/http/modules/perl/nginx.xs 2012-06-26 14:40:23 UTC (rev 4709)
@@ -476,7 +476,7 @@
}

if (header->key.len == sizeof("Content-Encoding") - 1
- && ngx_strncasecmp(header->key.data, "Content-Encoding",
+ && ngx_strncasecmp(header->key.data, (u_char *) "Content-Encoding",
sizeof("Content-Encoding") - 1) == 0)
{
r->headers_out.content_encoding = header;

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

[nginx] svn commit: r4709 - in branches/stable-1.2: . src/http/modules/perl

Anonymous User 952 June 26, 2012 10:42AM



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

Online Users

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