Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curl_http2_setup: don't change connection data on repeat invokes #7731

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Sep 16, 2021

Regression from 3cb8a74 (releasde in 7.79.0). That change moved
transfer oriented inits to before the check but also erroneously moved a
few connection oriented ones, which causes problems.

Fixes #7730
Reported-by: Evangelos Foutras

Regression from 3cb8a74 (releasde in 7.79.0). That change moved
transfer oriented inits to before the check but also erroneously moved a
few connection oriented ones, which causes problems.

Fixes #7730
Reported-by: Evangelos Foutras
@bagder bagder added the HTTP/2 label Sep 16, 2021
@bagder bagder closed this in 901804e Sep 16, 2021
@bagder bagder deleted the bagder/http2-setup branch September 16, 2021 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

pacman downloads sometimes stall after upgrading to curl 7.79.0
1 participant