-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Pausing non-HTTP transfers trigger segfault #7079
Comments
bagder
changed the title
Using libcurl with nghttp2 leads to segmentation fault
Pausing non-HTTP transfers trigger segfault
May 17, 2021
Ack, and fix looks fine too. I'll make a pull-request out of it for you. |
Thanks! |
bagder
added a commit
that referenced
this issue
May 17, 2021
Since the function is called for any protocol, we can't assume that the HTTP struct is there without first making sure it is HTTP. Reported-by: Denis Goleshchikhin Fixes #7079
Could you publish a new version of the library with the fix? |
All merged fixes will be included in the next release. |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to download a file via FTP using libcurl compiled with nghttp2
A program fails with the error
I expected the following
The file is downloaded successfully.
curl/libcurl version
7.76.1
operating system
any (Unix, Windows)
Possible fix
The text was updated successfully, but these errors were encountered: