git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@965967
13f79535-47bb-0310-9956-
ffa450edef68
Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=892678
2.2 patch: trunk patch Works with offset.
+1: niq
+ -1: fielding: this routine is hand-optimized for speed, and the
+ "solution" is to add an if (strlen(*s) < bytes_handled - 1)
+ to every single line read? Seriously? If we want to have
+ ap_rgetline_core() enforce validity, then we should be using a
+ stop character array and error on all control characters not
+ allowed by HTTP.
* core: (re)-introduce -T commandline option to suppress documentroot
check at startup