We have a constant for this

master
Ansariel 2023-06-30 09:26:06 +02:00
parent 8ac1af4aca
commit fc438607d2
1 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,8 @@
#include "httpstats.h"
#include "indra_constants.h" // <FS> Clownflare changes
// *DEBUG: "[curl:bugs] #1420" problem and testing.
//
// A pipelining problem, https://sourceforge.net/p/curl/bugs/1420/,
@ -525,7 +527,7 @@ HttpStatus HttpOpRequest::prepareRequest(HttpService * service)
check_curl_easy_setopt(mCurlHandle, CURLOPT_SEEKDATA, getHandle());
check_curl_easy_setopt(mCurlHandle, CURLOPT_COOKIEFILE, "");
check_curl_easy_setopt(mCurlHandle, CURLOPT_USERAGENT, "Firestorm");
check_curl_easy_setopt(mCurlHandle, CURLOPT_USERAGENT, APP_NAME); // <FS> Clownflare changes
if (gpolicy.mSslCtxCallback)
{