Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 9639578

Browse files
committed
Release v0.9.10
1 parent 743ecbd commit 9639578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5982,7 +5982,7 @@ inline bool ClientImpl::write_request(Stream &strm, Request &req,
59825982
if (!req.has_header("Accept")) { req.headers.emplace("Accept", "*/*"); }
59835983

59845984
if (!req.has_header("User-Agent")) {
5985-
req.headers.emplace("User-Agent", "cpp-httplib/0.9.9");
5985+
req.headers.emplace("User-Agent", "cpp-httplib/0.9.10");
59865986
}
59875987

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

0 commit comments

Comments
 (0)