df32418df5
The way I read the RFC is that whitespace is not allowed before the boundary marker, only afterwards, so the checks for leading WS are removed, and the missing check for trailing WS is added. See RFC 2046 §5.1.1: """The boundary delimiter line is then defined as a line consisting entirely of two hyphen characters ("-", decimal value 45) followed by the boundary parameter value from the Content-Type header field, optional linear whitespace, and a terminating CRLF.""" |
||
---|---|---|
.. | ||
misc | ||
net | ||
parser | ||
security/digest | ||
utility | ||
testRunner.cpp | ||
testUtils.cpp | ||
testUtils.hpp |