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.Dismiss alert
When a connection is disassociated from a transfer, the Session ID entry
should remain.
Regression since 7f4a9a9 (shipped in libcurl 7.77.0)
Reported-by: Gergely Nagy
Reported-by: Paul Groke
Fixes#7222
I did this
I'm looking at the Client Hello messages in Wireshark when running the following command:
curl -v -I --tls-max 1.2 --http1.1 "https://example.com/[1-3]" -H "Connection:close"
I expected the following
I've expected to see reused Session IDs, but they are not.
curl/libcurl version
I've bisected the failure to the 7f4a9a9 commit, here is the output of
curl -v
when I compiled that commit:operating system
I've checked on Linux x64, but there is a bug report in the
curl-library
mailing list with topicTLS session ID re-use broken in 7.77.0
that uses the https://curl.se/windows/dl-7.77.0_2/curl-7.77.0_2-win64-mingw.zip version on Windows.The text was updated successfully, but these errors were encountered: