diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-24 18:59:21 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-24 18:59:21 +0100 |
commit | 12d6b851f17a4bf628c5278a9b54a92367ad1c16 (patch) | |
tree | ad0e9fd01e015671a8028423ea62c4cee85cced4 /src/CMakeLists.txt | |
parent | ecb13416e316fc1c781f865d2bb7e74462ef793b (diff) | |
download | curl-bagder/h2-conn-data.tar.gz |
http2: remove conn->data usebagder/h2-conn-data
Starting here, the code sets the 'data' pointer as user-data even for
the connection, and the callbacks need to find the connection using
'data->conn'. Since the transfer can come and go over the life time of
the connection it thus becomes important to always set the correct
"current transfer" when calling nghttp2 so that it doesn't get the *old*
transfer that previously used the connection.
Diffstat (limited to 'src/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions