diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-07-09 06:57:23 +0000 |
---|---|---|
committer | Jonathan Kolb <jon@b0g.us> | 2007-07-09 06:57:23 +0000 |
commit | 8aa92bfd2642d24b664564c39290185efe1ed670 (patch) | |
tree | 1a0c4d752006601faea51aee6a588b247464033c /src/http/modules/perl/nginx.pm | |
parent | 373100239c2731609f7198bbe37d972052fe03be (diff) | |
download | nginx-0.6.2.tar.gz |
Changes with nginx 0.6.2 09 Jul 2007v0.6.2
*) Bugfix: if the FastCGI header was split in records, then nginx
passed garbage in the header to a client.
Diffstat (limited to 'src/http/modules/perl/nginx.pm')
-rw-r--r-- | src/http/modules/perl/nginx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |