Skip to content

Commit df94286

Browse files
authored
Merge pull request #17 from const-volatile/master
Update httplib.h
2 parents bfb7f7b + 57af627 commit df94286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ inline bool Client::process_request(Stream& strm, const Request& req, Response&
10811081
return false;
10821082
}
10831083
if (req.method != "HEAD") {
1084-
if (!detail::read_content(strm, res, false)) {
1084+
if (!detail::read_content(strm, res, true)) {
10851085
return false;
10861086
}
10871087
}

0 commit comments

Comments
 (0)