Release v0.10.1
This commit is contained in:
parent
63f72caf30
commit
b324921c1a
@ -6034,7 +6034,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.10.0");
|
||||
req.headers.emplace("User-Agent", "cpp-httplib/0.10.1");
|
||||
}
|
||||
|
||||
if (req.body.empty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user