1
0
mirror of synced 2025-04-20 11:47:43 +03:00

Updated version in the User Agent string

This commit is contained in:
yhirose 2020-06-16 17:53:15 -04:00
parent 7cd25fbd63
commit 42f9f9107f

View File

@ -4591,7 +4591,7 @@ inline bool Client::write_request(Stream &strm, const Request &req,
if (!req.has_header("Accept")) { headers.emplace("Accept", "*/*"); } if (!req.has_header("Accept")) { headers.emplace("Accept", "*/*"); }
if (!req.has_header("User-Agent")) { if (!req.has_header("User-Agent")) {
headers.emplace("User-Agent", "cpp-httplib/0.6"); headers.emplace("User-Agent", "cpp-httplib/0.7");
} }
if (req.body.empty()) { if (req.body.empty()) {