Skip to content

Commit 676f1b5

Browse files
committed
Updated the user agent string
1 parent b8dec12 commit 676f1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5670,7 +5670,7 @@ inline bool ClientImpl::write_request(Stream &strm, Request &req,
56705670
if (!req.has_header("Accept")) { req.headers.emplace("Accept", "*/*"); }
56715671

56725672
if (!req.has_header("User-Agent")) {
5673-
req.headers.emplace("User-Agent", "cpp-httplib/0.7");
5673+
req.headers.emplace("User-Agent", "cpp-httplib/0.9");
56745674
}
56755675

56765676
if (req.body.empty()) {

0 commit comments

Comments
 (0)