From 8aa92bfd2642d24b664564c39290185efe1ed670 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 9 Jul 2007 06:57:23 +0000 Subject: Changes with nginx 0.6.2 09 Jul 2007 *) Bugfix: if the FastCGI header was split in records, then nginx passed garbage in the header to a client. --- src/http/modules/perl/nginx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/perl/nginx.pm') diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 51002d1dc..5cab67d3a 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -47,7 +47,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '0.6.1'; +our $VERSION = '0.6.2'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit v1.2.1