No content check (#823)

* No content check

* unit test for no content

* fixing merge conflict break

* oops during manual merge conflict
This commit is contained in:
Eric Lee 2021-01-13 15:51:40 -07:00 committed by GitHub
parent 85b4abbf16
commit 8d9a477edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 1 deletions

View file

@ -5544,7 +5544,7 @@ inline bool ClientImpl::process_request(Stream &strm, const Request &req,
}
// Body
if (req.method != "HEAD" && req.method != "CONNECT") {
if ((res.status != 204) && req.method != "HEAD" && req.method != "CONNECT") {
auto out =
req.content_receiver_
? static_cast<ContentReceiverWithProgress>(