You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/12/22 22:32:24 UTC

svn propchange: r1775758 - svn:log

Author: wrowe
Revision: 1775758
Modified property: svn:log

Modified: svn:log at Thu Dec 22 22:32:24 2016
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Dec 22 22:32:24 2016
@@ -1,6 +1,6 @@
 Crossport: r1758672
-Backports: r1710095
-Submitted by: ylavic
+Backports: r1710095, r1727544
+Submitted by: ylavic, rpluem
 
 core: Limit to ten the number of tolerated empty lines between request,
 and consume them before the pipelining check to avoid possible response
@@ -21,4 +21,8 @@ read_request_line(), or that request lin
 and an (valid) URI, we can fail early and avoid some failure detected in
 further processing.
 
+Ensure that proto_num and protocol is set in another "error out early" edge
+case. This can happen with invalid CONNECT requests as described in the PR.
+PR: 58929
+
 Borrow Yann's effort at cross-porting this to 2.2.x