Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Dec 21, 2021
1 parent 20056f6 commit 4b0ed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httplib.h
Original file line number Diff line number Diff line change
Expand Up @@ -6029,7 +6029,7 @@ inline bool ClientImpl::write_request(Stream &strm, Request &req,
if (!req.has_header("Accept")) { req.headers.emplace("Accept", "*/*"); }

if (!req.has_header("User-Agent")) {
req.headers.emplace("User-Agent", "cpp-httplib/0.9.10");
req.headers.emplace("User-Agent", "cpp-httplib/0.10.0");
}

if (req.body.empty()) {
Expand Down

0 comments on commit 4b0ed9e

Please sign in to comment.