comparison auto/sources @ 32:da8c190bdaba NGINX_0_1_16

nginx 0.1.16 *) 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; bug appeared in 0.1.14.
author Igor Sysoev <http://sysoev.ru>
date Tue, 25 Jan 2005 00:00:00 +0300
parents 7ca9bdc82b3f
children aab2ea7c0458
comparison
equal deleted inserted replaced
31:1b17dd824438 32:da8c190bdaba
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