Explorar o código

Release v0.10.3

yhirose %!s(int64=4) %!d(string=hai) anos
pai
achega
d73395e1dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      httplib.h

+ 1 - 1
httplib.h

@@ -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