Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/curl: fix segfault when running cargo | Milan P. Stanić | 2019-02-12 | 1 | -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. |