]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Normalization patch bringing 2.2.x branch closer to 2.4.x,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 22 Aug 2016 18:36:29 +0000 (18:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 22 Aug 2016 18:36:29 +0000 (18:36 +0000)
commitfcb814109ce315a649c634213fe690cfe9726adb
tree43155c80fc445f197ef536a2289b4b0d7abd8757
parent93ce5716da2fe6615a16706f7761cddfb3f3175f
Normalization patch bringing 2.2.x branch closer to 2.4.x,
without functional changes.

Backports: r1213391, r1237407
Submitted by: rjung

zap an unhelpful, out of date comment from httpd 1.2
s/insure/ensure/

Backports: r1407004, r1407088, r1407528
Submitted by: sf

Remove unused code. "Next week" hasn't happened in the last 10 years or so.
remove some more old unused code
remove obsolete comment from 1.3 days

Backports: r1621419 (protocol.c only)
Submitted by: jailletc36

Fix sscanf format spotted by cppcheck
(changes version major/minor types from signed to unsigned)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1757240 13f79535-47bb-0310-9956-ffa450edef68
server/protocol.c