forked from soutade/libgourou
Utils: Forgot to pass responseHeaders parameters when we have a redirection
This commit is contained in:
parent
59c801da08
commit
56e4fda760
|
@ -116,7 +116,7 @@ std::string DRMProcessorClientImpl::sendHTTPRequest(const std::string& URL, cons
|
|||
if (location.size() != 0)
|
||||
{
|
||||
GOUROU_LOG(gourou::DEBUG, "New location");
|
||||
return sendHTTPRequest(location.constData(), POSTData, contentType);
|
||||
return sendHTTPRequest(location.constData(), POSTData, contentType, responseHeaders);
|
||||
}
|
||||
|
||||
if (reply->error() != QNetworkReply::NoError)
|
||||
|
|
Loading…
Reference in New Issue
Block a user