comparison auto/sources @ 483:621229427cba release-0.1.16

nginx-0.1.16-RELEASE import *) Bugfix: if the response were transferred by chunks, then on the HEAD request the final chunk was issued. *) Bugfix: the "Connection: keep-alive" header were issued, even if the keepalive_timeout directive forbade the keep-alive use. *) Bugfix: the errors in the ngx_http_fastcgi_module caused the segmentation faults. *) Bugfix: the compressed response encrypted by SSL may not transferred complete. *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPSUH, and TCP_CORK options, are not used for the unix domain sockets. *) Feature: the rewrite directive supports the arguments rewriting. *) Bugfix: the response code 400 was returned for the POST request with the "Content-Length: 0" header; the bug had appeared in 0.1.14.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 25 Jan 2005 12:27:35 +0000
parents c52408583801
children 4ebe09b07e30
comparison
equal deleted inserted replaced
482:49f5aef41157 483:621229427cba
179 src/os/win32/ngx_atomic.h \ 179 src/os/win32/ngx_atomic.h \
180 src/os/win32/ngx_thread.h \ 180 src/os/win32/ngx_thread.h \
181 src/os/win32/ngx_socket.h \ 181 src/os/win32/ngx_socket.h \
182 src/os/win32/ngx_os.h \ 182 src/os/win32/ngx_os.h \
183 src/os/win32/ngx_gui.h \ 183 src/os/win32/ngx_gui.h \
184 src/os/win32/ngx_gui_resources.h \
184 src/os/win32/ngx_process_cycle.h" 185 src/os/win32/ngx_process_cycle.h"
185 186
186 WIN32_CONFIG=src/os/win32/ngx_win32_config.h 187 WIN32_CONFIG=src/os/win32/ngx_win32_config.h
187 188
188 WIN32_SRCS="$CORE_SRCS $EVENT_SRCS \ 189 WIN32_SRCS="$CORE_SRCS $EVENT_SRCS \
199 src/os/win32/ngx_win32_init.c \ 200 src/os/win32/ngx_win32_init.c \
200 src/os/win32/ngx_gui.c \ 201 src/os/win32/ngx_gui.c \
201 src/os/win32/ngx_process_cycle.c \ 202 src/os/win32/ngx_process_cycle.c \
202 src/event/ngx_event_acceptex.c" 203 src/event/ngx_event_acceptex.c"
203 204
204 NGX_WIN32_ICONS="src/os/win32/nginx.ico src/os/win32/tray.ico" 205 NGX_WIN32_ICONS="src/os/win32/nginx.ico src/os/win32/nginx_tray.ico"
205 NGX_WIN32_RC="src/os/win32/nginx.rc" 206 NGX_WIN32_RC="src/os/win32/nginx.rc"
206 207
207 208
208 # the http modules that have their logging formats 209 # the http modules that have their logging formats
209 # must be after ngx_http_log_module 210 # must be after ngx_http_log_module