]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backports:
authorJim Jagielski <jim@apache.org>
Tue, 1 May 2007 13:12:59 +0000 (13:12 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 1 May 2007 13:12:59 +0000 (13:12 +0000)
commit6833e744c6bdbb0d170d5d3119e0b5a3591f655a
tree4fcdca5bb4fc29432d175e6baa0b4efde5e691f3
parent380588fe61dd4c97c1f90dad3363213859403c70
Backports:

Correct behavior of HTTP request headers sent by ab in presence of -H command-
line overrides.  Previously, ab would concatenate a supplied -H User-Agent:
header to the existing one, and send duplicate headers if either -H Host: or
-H Accept: were specified on the command line.

Now, the default headers are not sent if they are overridden using the -H
command-line flag.

Submitted by:  Arvind Srinivasan arvind.srinivasan  sun.com
Reviewed by: sctemme
PR: 31268, 26554

The apr_port_t type is unsigned, but ab was using a signed format code in
its reports. PR 42070. Submitted by Takashi Sato serai  lans-tv.com,
reviewed by sctemme.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534057 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
support/ab.c