An important bit I missed in the previous commit: When looking for
the end-of-line, we have to scan for '\012' (instead of '\n' which on EBCDIC platforms differs from '\012') because at this stage the line is still raw ASCII. Thanks to David for reminding me of the omission! Submitted by: David McCreedy <McCreedy@US.IBM.COM> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83541 13f79535-47bb-0310-9956-ffa450edef68
Loading
Please sign in to comment