forked from soutade/libgourou
		
	Utils: Forgot to pass responseHeaders parameters when we have a redirection
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user