comparison src/http/modules/perl/nginx.pm @ 680:597573166f34 NGINX_1_3_3

nginx 1.3.3 *) Feature: entity tags support and the "etag" directive. *) Bugfix: trailing dot in a source value was not ignored if the "map" directive was used with the "hostnames" parameter. *) Bugfix: incorrect location might be used to process a request if a URI was changed via a "rewrite" directive before an internal redirect to a named location.
author Igor Sysoev <http://sysoev.ru>
date Tue, 10 Jul 2012 00:00:00 +0400
parents 981b4c44593b
children 5cb5db9975ba
comparison
equal deleted inserted replaced
679:cad34cec7d3b 680:597573166f34
48 HTTP_SERVICE_UNAVAILABLE 48 HTTP_SERVICE_UNAVAILABLE
49 HTTP_GATEWAY_TIME_OUT 49 HTTP_GATEWAY_TIME_OUT
50 HTTP_INSUFFICIENT_STORAGE 50 HTTP_INSUFFICIENT_STORAGE
51 ); 51 );
52 52
53 our $VERSION = '1.3.2'; 53 our $VERSION = '1.3.3';
54 54
55 require XSLoader; 55 require XSLoader;
56 XSLoader::load('nginx', $VERSION); 56 XSLoader::load('nginx', $VERSION);
57 57
58 # Preloaded methods go here. 58 # Preloaded methods go here.