Lines Matching refs:request
16 * mod_extforward: log address of untrusted proxy with debug.log-request-handling
100 * Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)
138 …* Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (f…
161 * Read hostname from absolute uris in the request line (fixes #1937)
201 * Fix trailing zero char in REQUEST_URI after "strip-request-uri" in mod_fastcgi
202 * mod_magnet: Add env["request.remote-ip"] (fixes #1740)
203 * mod_magnet: Add env["request.path-info"]
205 …* Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don't use m…
281 …* Silenced the annoying "request timed out" warning, enable with the "debug.log-timeouts" option (…
292 * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
327 …* inserted many con->mode checks; they should prevent two modules to handle the same request if th…
345 * fix memleak in request header parsing (#1774, thx qhy) (CVE-2008-4298)
373 * mod_compress should check if the request is already handled, e.g. by fastcgi (#1565)
376 …* req-method OPTIONS: do not insert default response if request was denied, do not deny OPTIONS by…
380 * do not add Accept-Ranges header if range-request is disabled (#1449)
512 * fixed fragments in request-URLs (#869)
597 * fixed assertion in mod_cgi on HEAD request is Content-Length (<sandy/at/meebo.com>)
598 * fixed handling if equal but duplicate If-Modified-Since request headers
604 * fixed duplicate request headers cause by mod_setenv
620 * removed debian/ dir from source package on request by packager
623 * fixed range request handling in network_writev
636 * fixed Content-Length in HEAD request in mod_proxy
657 non-keep-alive requests in SSL request
667 * fixed range-request option
674 * added buffer-to-disk of request content
689 * fixed handling of empty request URIs in HTTP requests
723 * fixed range request for files > 2Gb
847 * improved debug output in request handling
887 * fixed cgi-module for POST request above 4k
916 * fixed request counter in the rrdtool module
1041 * limiting the size of the request-body and the request-header
1117 * HEAD requests were submitting the content like a GET request
1119 * request-headers are now handled case-in-sensitive as required