Skip to content

source: don't handle 302 as a permanent redirect

nee requested to merge nemuii/podcasts:dont-update-url-on-tmp-redirect into master

HTTP code 302 is a temporary redirect. It is handled by following it without changing the url in the DB.

Merge request reports