Don't feed empty, non-working callback to CURL
Cherry-Pick of 96a4e16a
Conflicts:
indra/llmessage/llurlrequest.cpp
indra/llmessage/llurlrequest.h
indra/newview/hipporestrequest.cpp
Clear reasons for conflicts, resolved.
This commit is contained in:
committed by
Aleric Inglewood
parent
35a53ef1d7
commit
36ff4dcd11
@@ -268,7 +268,7 @@ static void request(const std::string &url,
|
||||
llwarns << "Failed to create LLURLRequest: " << error.what() << llendl;
|
||||
return;
|
||||
}
|
||||
req->setSSLVerifyCallback(LLHTTPClient::getCertVerifyCallback(), (void *)req);
|
||||
req->checkRootCertificate(true);
|
||||
|
||||
/*
|
||||
// Insert custom headers if the caller sent any
|
||||
|
||||
Reference in New Issue
Block a user