Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-02 | Curl_follow: accept non-supported schemes for "fake" redirects | Daniel Stenberg | |
When not actually following the redirect and the target URL is only stored for later retrieval, curl always accepted "non-supported" schemes. This was a regression from 46e164069d1a5230. Reported-by: Brad King Fixes #3210 Closes #3215 |