We have a constant for this
parent
8ac1af4aca
commit
fc438607d2
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue