mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Release v0.10.1
This commit is contained in:
parent
63f72caf30
commit
b324921c1a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue