Skip to content
Snippets Groups Projects
Commit a210e66e authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Backport speed up loading of CEF media plugins by removing follow-redirects for MIME type lookup

parent a9897ea6
No related branches found
No related tags found
No related merge requests found
......@@ -2614,7 +2614,7 @@ void LLViewerMediaImpl::mimeDiscoveryCoro(std::string url)
mMimeProbe = httpAdapter;
httpOpts->setFollowRedirects(true);
httpOpts->setFollowRedirects(false);
httpOpts->setHeadersOnly(true);
httpHeaders->append(HTTP_OUT_HEADER_ACCEPT, "*/*");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment