]> granicus.if.org Git - curl/commit
disconnect: set conn->data for protocol disconnect
authorDaniel Stenberg <daniel@haxx.se>
Sun, 23 Dec 2018 16:38:59 +0000 (17:38 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 23 Dec 2018 22:12:40 +0000 (23:12 +0100)
commitf3ce38739fa49008e36959aa8189c01ab1bad5b5
tree7a4414a389a639af689029bc476564737820fc97
parente9ababd4f5aff042dd3b5a4f9568f22e6604d115
disconnect: set conn->data for protocol disconnect

Follow-up to fb445a1e18d: Set conn->data explicitly to point out the
current transfer when invoking the protocol-specific disconnect function
so that it can work correctly.

Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12173
lib/url.c