We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d05285 commit 85d8b8eCopy full SHA for 85d8b8e
src/utils/https_client.cc
@@ -100,7 +100,7 @@ bool HttpsClient::download(const std::string &uri) {
100
/* we pass our 'chunk' struct to the callback function */
101
curl_easy_setopt(curl, CURLOPT_WRITEDATA, this);
102
103
- curl_easy_setopt(curl, CURLOPT_USERAGENT, "modesecurity3");
+ curl_easy_setopt(curl, CURLOPT_USERAGENT, "ModSecurity3");
104
curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headers_chunk);
105
106
/* We want Curl to return error in case there is an HTTP error code */
0 commit comments