aboutsummaryrefslogtreecommitdiffstats
path: root/main/curl/url-fix-7.64.patch
blob: ed63f90092b7848dfdd9ce7e9d551336f0f82cf8 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/lib/url.c
+++ b/lib/url.c
@@ -965,6 +965,7 @@
       /* The protocol has a special method for checking the state of the
          connection. Use it to check if the connection is dead. */
       unsigned int state;
+      conn->data = data; /* use this transfer for now */
       state = conn->handler->connection_check(conn, CONNCHECK_ISDEAD);
       dead = (state & CONNRESULT_DEAD);
     }