Routine V3 merge.
This commit is contained in:
@@ -128,6 +128,7 @@ LLHTTPAssetRequest::LLHTTPAssetRequest(LLHTTPAssetStorage *asp,
|
||||
: LLAssetRequest(uuid, type),
|
||||
mZInitialized(false)
|
||||
{
|
||||
memset(&mZStream, 0, sizeof(mZStream)); // we'll initialize this later, but for now zero the whole C-style struct to avoid debug/coverity noise
|
||||
mAssetStoragep = asp;
|
||||
mCurlHandle = NULL;
|
||||
mCurlMultiHandle = curl_multi;
|
||||
|
||||
Reference in New Issue
Block a user