| Age | Commit message (Collapse) | Author | Files | Lines |
|
test already destroyed request
|
|
merge SSL context inside "if" block
|
|
fix r2105 (r2067 in trunk)
|
|
|
|
r2580, r2585, r2586, r2587, r2591, r2626 merge:
try_files
|
|
ignore EINVAL from setsockopt() on Solaris
|
|
test wildcard tail hash existance
|
|
fix /?new=arg?old=arg redirect case
|
|
avoid a double redirect response if
*) a request is going in a keep alive state,
*) the request body should be discarded,
*) epoll/rtsig reports about the response header has been sent,
*) and write event handler calls core phase handler
|
|
fix fastcgi_store
|
|
proxy/fastcgi_store did not delete incomplete files
|
|
skip protected symlinks in autoindex
|
|
allow POST without Content-Length
|
|
if_modified_since
|
|
read and process upstream header in cycle,
this fixes the case when local FastCGI server sends many warnings in stderr
|
|
$arg_... and $cookie_ variables
|
|
|
|
*) send "100 Continue" for HTTP/1.1 only
*) do not send "100 Continue" for subrequests
*) send "100 Continue" just before reading request body
*) set send() slot for POSIX systems
|
|
fix segfault
|
|
*) fix utf-8 names in autoindex
*) rename ngx_utf_...() to ngx_utf8_...()
|
|
|
|
set listen configuration to default server,
this fixes the case, when default server is not the first one
|
|
*) ngx_next_time()
*) expires daily time
|
|
consider log_not_found while testing index files
|
|
if upstream sent a location header without status use 302
|
|
allow several values in query string
|
|
the "Expect" header support
|
|
auto detect https redirect in rewrite
|
|
"gzip_vary on" always sends "Vary: Accept-Encoding" header
|
|
disable charset if there is "Content-Encoding" header
|
|
add args in redirect to a directory
|
|
|
|
strip charset name quotes
|
|
fix divide by zero if max_fails=0
|
|
fix $r->header_in() for "User-Agent", "Connection", and "Host"
broken in r2091 and r2093 merges
|
|
leave HEAD method while error_page redirection
|
|
*) allow file existence test for POST requests in static module
*) do not discard body while error_page redirection
|
|
ignore NGX_EACCES error while directory test
|
|
disable error_page loop in 500 error when recursive errors are enabled
|
|
|
|
fix error when response parsed by sub filter, then by SSI filter
and some response parts are output as file buffers
|
|
fix bug when inactive subrequest is truncated,
if output_buffers are less than subrequest size
|
|
ssl_session_cache none
|
|
avoid recursive loop
|
|
expires modified
|
|
$uid_got and $uid_set may used at any time
|
|
$hostname variable
|
|
escape 0x00-0x1f, ", and \ in access log variables
|
|
*) host in request line has priority
*) allow several Host headers
*) validate host
|
|
style fixes
|