Closed postmasters closed 5 years ago
length is initially set to None. When there is no Content-Length header, length will still be None. So the test length == 0 is not entirely correct.
length
None
Content-Length
length == 0
LGTM, with the caveat of a changelog entry in https://github.com/Pylons/webtest/blob/master/CHANGELOG.rst
Done.
length
is initially set toNone
. When there is noContent-Length
header,length
will still beNone
. So the testlength == 0
is not entirely correct.