]> git.kaiwu.me - nginx.git/commit
nginx-0.1.42-RELEASE import release-0.1.42
authorIgor Sysoev <igor@sysoev.ru>
Tue, 23 Aug 2005 15:36:54 +0000 (15:36 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 23 Aug 2005 15:36:54 +0000 (15:36 +0000)
commitb85fd593e08b8f27a18fb7e2feda02f01d9db15d
tree42cb06ce67a69d1eba948ecc9733b6465e4bbf6f
parent25e571ff74c1d649d0bee724250a66852f3b062c
nginx-0.1.42-RELEASE import

    *) Bugfix: if the request URI had a zero length after the processing in
       the ngx_http_proxy_module, then the segmentation fault or bus error
       occurred in the ngx_http_proxy_module.

    *) Bugfix: the "limit_rate" directive did not work inside the "if"
       block; the bug had appeared in 0.1.38.
docs/xml/nginx/changes.xml
src/core/nginx.h
src/event/ngx_event_timer.c
src/http/ngx_http.h
src/http/ngx_http_core_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_script.c
src/http/ngx_http_special_response.c
src/os/unix/ngx_process_cycle.c