Skip to content

show stringified messages for errno in vquic.c#11584

Closed
gfx wants to merge 2 commits intocurl:masterfrom
gfx:show_error_str_in_quic
Closed

show stringified messages for errno in vquic.c#11584
gfx wants to merge 2 commits intocurl:masterfrom
gfx:show_error_str_in_quic

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.

2 participants