From: mmn Date: Mon, 25 Jan 2016 19:21:52 +0000 (+0000) Subject: Merge branch 'file_redirection_cleanup_branch' into 'nightly' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c0b0f8e2f9afda8ac51e37df41ff39e3f8a2e9d0;p=quix0rs-gnu-social.git Merge branch 'file_redirection_cleanup_branch' into 'nightly' Proper URL redirection fix This greatly reduces the number of times GNU social looks up the same URL with File_redirection::where(). Someone must have mixed up the exlib's internal setting "follow_redirects" with our own. This also makes away with the weird backwards recursive handling of protected URLs in File_redirection::lookupWhere(), by saving the chain of redirects the first time HTTPClient:send() looks them up. See merge request !95 --- c0b0f8e2f9afda8ac51e37df41ff39e3f8a2e9d0