]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
New optional flag to enforce <CR><LF> line delimiters in ap_[r]getline,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 29 Aug 2016 22:17:07 +0000 (22:17 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 29 Aug 2016 22:17:07 +0000 (22:17 +0000)
commit28163941ef93594a4e36b775aeaf007a67d92640
tree02f9fb6dcd32af4f78fc78b65984cedd094fcd3a
parent74a5f93a855ae16c600b8837aaf4c8793a44041d
New optional flag to enforce <CR><LF> line delimiters in ap_[r]getline,
created by overloading 'int fold' (1 or 0) as 'int flags', with the same
value 1 for AP_GETLINE_FOLD (which httpd doesn't use), and a new value
2 for AP_GETLINE_CRLF

Enforce CRLF when HttpProtocolOptions Strict is in force.

Correctly introduces a new t/TEST fail.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1758304 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/http_protocol.h
server/protocol.c