Welcome! Log In Create A New Profile

Advanced

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

Anonymous User
May 23, 2012 06:38AM
Author: mdounin
Date: 2012-05-23 10:36:12 +0000 (Wed, 23 May 2012)
New Revision: 4645
URL: http://trac.nginx.org/nginx/changeset/4645/nginx

Log:
Fixed warning during nginx.xs compilation.


Modified:
trunk/src/http/modules/perl/nginx.xs

Modified: trunk/src/http/modules/perl/nginx.xs
===================================================================
--- trunk/src/http/modules/perl/nginx.xs 2012-05-22 13:12:14 UTC (rev 4644)
+++ trunk/src/http/modules/perl/nginx.xs 2012-05-23 10:36:12 UTC (rev 4645)
@@ -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: r4645 - trunk/src/http/modules/perl

Anonymous User 1195 May 23, 2012 06:38AM



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

Online Users

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