Lines Matching refs:requests
234 * Allow max-keep-alive-requests to depend on conditional (fixes #1881)
264 * Fix fastcgi-authorizer handling; Status: 200 is now accepted as the doc requests
387 * do not generate a "Content-Length: 0" header for HEAD requests, added test too
389 * fixed body handling of status 300 requests
481 * fix cpu hog in certain requests [1473] CVE-2007-1869
486 * remove trailing white-spaces from HTTP-requests before parsing (#1098)
514 * fixed Content-Length = 0 on HEAD requests without
591 * added support for conditional range-requests through If-Range
600 * fixed Depth: 1 handling in PROPFIND requests on empty dirs
657 non-keep-alive requests in SSL request
689 * fixed handling of empty request URIs in HTTP requests
697 * fixed mod-proxy and content for non-POST requests
747 * added Date: headers to dynamic HTTP/1.0 requests
752 * added switch to disable range-requests
779 * fixed range requests larger than 2Gb
806 * relaxed handling of newlines before keep-alive requests
837 * fixed HEAD requests for dynamic requests
852 * fixed timeout handling in handling POST requests
954 * fixed POST requests for mod_proxy
1011 * fixed pipelining for POST requests
1050 * fixed accesslog writing for errornous requests
1052 * fixed Content-Length for HEAD requests
1117 * HEAD requests were submitting the content like a GET request
1120 by the standard. this fixes POST requests for w3m and some Proxies.