Explorar el Código

Release v0.9.10

yhirose hace 4 años
padre
commit
9639578c2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      httplib.h

+ 1 - 1
httplib.h

@@ -5982,7 +5982,7 @@ inline bool ClientImpl::write_request(Stream &strm, Request &req,
   if (!req.has_header("Accept")) { req.headers.emplace("Accept", "*/*"); }
 
   if (!req.has_header("User-Agent")) {
-    req.headers.emplace("User-Agent", "cpp-httplib/0.9.9");
+    req.headers.emplace("User-Agent", "cpp-httplib/0.9.10");
   }
 
   if (req.body.empty()) {