Author: stevehay
Date: Wed Jan 4 14:03:22 2017
New Revision: 1777317
URL: http://svn.apache.org/viewvc?rev=1777317&view=rev
Log:
HTTP/1.1 RFC 7230, section 2.6. "Protocol Versioning" says the HTTP name
is case sensitive. Starting with Apache 2.4.25, using lower case will
make the server issue a 4
Author: stevehay
Date: Wed Jan 4 14:09:09 2017
New Revision: 1777320
URL: http://svn.apache.org/viewvc?rev=1777320&view=rev
Log:
Since Apache 2.4.25, header injection fails with
protocol.c(957): (22)Invalid argument: [client 127.0.0.1:53182] Failed to
read request header line X-Extra-Header2:
Author: stevehay
Date: Wed Jan 4 18:14:45 2017
New Revision: 1777355
URL: http://svn.apache.org/viewvc?rev=1777355&view=rev
Log:
Fix build breakage caused by r1717474 in perl < 5.13.6 (mg_free_type() was
added in 5.13.6).
Spotted by Rainer Jung .
Modified:
perl/modperl/trunk/src/modules/pe