diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-02-15 08:35:32 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-02-15 16:33:53 +0100 |
commit | 723c0e75fa3e74cdad5ad2b3c130f9b974e89ef1 (patch) | |
tree | cd449973e61d8799afbe53c9b643af4a071b17f4 /curl-config.in | |
parent | f2f91ac709bcfc85ce0447c3ab6b7e41efef8606 (diff) | |
download | curl-723c0e75fa3e74cdad5ad2b3c130f9b974e89ef1.tar.gz |
http2: remove conn->data use
... but instead use a private alternative that points to the "driving
transfer" from the connection. We set the "user data" associated with
the connection to be the connectdata struct, but when we drive transfers
the code still needs to know the pointer to the transfer. We can change
the user data to become the Curl_easy handle, but with older nghttp2
version we cannot dynamically update that pointer properly when
different transfers are used over the same connection.
Closes #6520
Diffstat (limited to 'curl-config.in')
0 files changed, 0 insertions, 0 deletions