Skip to content
Snippets Groups Projects
Commit 15442937 authored by Rider Linden's avatar Rider Linden
Browse files

Fix broken web profile posting.

parent fac351f8
Branches
Tags
No related merge requests found
...@@ -112,6 +112,7 @@ void LLWebProfile::uploadImageCoro(LLCoros::self& self, LLPointer<LLImageFormatt ...@@ -112,6 +112,7 @@ void LLWebProfile::uploadImageCoro(LLCoros::self& self, LLPointer<LLImageFormatt
} }
httpOpts->setWantHeaders(true); httpOpts->setWantHeaders(true);
httpOpts->setFollowRedirects(false);
// Get upload configuration data. // Get upload configuration data.
std::string configUrl(getProfileURL(std::string()) + "snapshots/s3_upload_config"); std::string configUrl(getProfileURL(std::string()) + "snapshots/s3_upload_config");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment