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

show stringified messages for errno in vquic.c #11584

Closed
wants to merge 2 commits into from

Conversation

gfx
Copy link
Contributor

@gfx gfx commented Aug 3, 2023

Hi, team.

I observed the error messages below:

curl: (56) QUIC: recvmsg() unexpectedly returned -1 (errno=90)

(FYI errno=90 is EMSGSIZE Message too long)

There are multiple ways to show the stringified message for a particular errno, but it would be nice if curl itself stringifies errno there. This PR does it.

@github-actions github-actions bot added the HTTP/3 h3 or quic related label Aug 3, 2023
@bagder
Copy link
Member

bagder commented Aug 3, 2023

Thanks!

@bagder bagder closed this in ae91bb7 Aug 3, 2023
@gfx gfx deleted the show_error_str_in_quic branch August 3, 2023 23:40
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTTP/3 h3 or quic related
Development

Successfully merging this pull request may close these issues.

None yet

2 participants