mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
Release v0.10.3
This commit is contained in:
parent
64d001162b
commit
d73395e1dc
1 changed files with 1 additions and 1 deletions
|
@ -6155,7 +6155,7 @@ inline bool ClientImpl::write_request(Stream &strm, Request &req,
|
|||
|
||||
#ifndef CPPHTTPLIB_NO_DEFAULT_USER_AGENT
|
||||
if (!req.has_header("User-Agent")) {
|
||||
req.headers.emplace("User-Agent", "cpp-httplib/0.10.2");
|
||||
req.headers.emplace("User-Agent", "cpp-httplib/0.10.3");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue