comparison src/http/modules/perl/nginx.pm @ 360:2b41fbc2e39e NGINX_0_6_24

nginx 0.6.24 *) Bugfix: a segmentation fault might occur in worker process if HTTPS was used; bug appeared in 0.6.23.
author Igor Sysoev <http://sysoev.ru>
date Thu, 27 Dec 2007 00:00:00 +0300
parents 9121a0a91f47
children 54fad6c4b555
comparison
equal deleted inserted replaced
359:580da4bad456 360:2b41fbc2e39e
45 HTTP_SERVICE_UNAVAILABLE 45 HTTP_SERVICE_UNAVAILABLE
46 HTTP_GATEWAY_TIME_OUT 46 HTTP_GATEWAY_TIME_OUT
47 HTTP_INSUFFICIENT_STORAGE 47 HTTP_INSUFFICIENT_STORAGE
48 ); 48 );
49 49
50 our $VERSION = '0.6.23'; 50 our $VERSION = '0.6.24';
51 51
52 require XSLoader; 52 require XSLoader;
53 XSLoader::load('nginx', $VERSION); 53 XSLoader::load('nginx', $VERSION);
54 54
55 # Preloaded methods go here. 55 # Preloaded methods go here.