summaryrefslogtreecommitdiff
path: root/tests/data/test1518
Commit message (Collapse)AuthorAgeFilesLines
* Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg2018-12-121-0/+62
... when not actually following the redirect. Otherwise we return error for this and an application can't extract the value. Test 1518 added to verify. Reported-by: Pavel Pavlov Fixes #3340 Closes #3364