You've already forked cpp-httplib
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:
@ -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>(
|
||||
|
Reference in New Issue
Block a user