summaryrefslogtreecommitdiff
path: root/tests/data/test1551
Commit message (Collapse)AuthorAgeFilesLines
* url: make the original string get used on subsequent transfersDaniel Stenberg2017-07-031-0/+72
... since CURLOPT_URL should follow the same rules as other options: they remain set until changed or cleared. Added test 1551 to verify. Fixes #1631 Closes #1632 Reported-by: Pavel Rochnyak