From: Sander Temme Date: Mon, 9 Apr 2007 19:17:31 +0000 (+0000) Subject: Propose backport of two minor ab.c fixes X-Git-Tag: 2.2.5~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383c32b4cbd800d5caeca8c881627bd522288326;p=thirdparty%2Fapache%2Fhttpd.git Propose backport of two minor ab.c fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@526882 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b1a9d05fefc..ead8b7b9e73 100644 --- a/STATUS +++ b/STATUS @@ -100,6 +100,18 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: PATCHES PROPOSED TO BACKPORT FROM TRUNK: + * ab: Two minor fixes for PRs + * 42070: sign mismatch in format string causes high server listening port + numbers to be reported incorrectly. Subversion r526584 + * 31268 and 26554: Allow -H command-line switch to override default + values for Accept:, Host: and User-Agent: request headers. + Subversion r526872 + + svn diff -r516175:HEAD http://svn.apache.org/repos/asf/httpd/httpd/trunk/support/ab.c + applies to 2.2.x branch with offsets. + + +1: sctemme + * mod_ssl: Move thread locking upcall initialization before hardware library initialization, so hardware library can use these upcalls when run in a threaded MPM. Fixes PR 20951.