You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Looks like the logic in Curl_updateconninfo was subtly changed in that commit to blank out the IP and port. Presumably before then the connection information wasn't being zeroed out.
In d6a37c2 (7.75.0) we removed the duplicated storage (connection +
easy handle), so this info needs be extract again even for re-used
connections.
Add test 435 to verify
Reported-by: Max Dymond
Fixes#7660
Closes #
Regression. In d6a37c2 (7.75.0) we removed the duplicated storage
(connection + easy handle), so this info needs be extracted again even
for re-used connections.
Add test 435 to verify
Reported-by: Max Dymond
Fixescurl#7660Closescurl#7662
I did this
I expected the following
(I get this with my system library at 7.68)
What I actually get is:
curl/libcurl version
master
operating system
Linux 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: