aboutsummaryrefslogtreecommitdiffstats
path: root/main/curl/url-fix-7.64.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/curl: fix segfault when running cargoMilan P. Stanić2019-02-121-0/+10
Patch is taken from upstream at https://github.com/curl/curls The http2 code for connection checking needs a transfer to use. Make sure a working one is set before handler->connection_check() is called.