Navigation Menu

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

quiche: fix the bug that sendto() always returns "Socket is already connected" error on macos" #7260

Closed
wants to merge 1 commit into from

Conversation

bachue
Copy link
Contributor

@bachue bachue commented Jun 15, 2021

On MacOS, sendto() cannot be called for connected udp stream, which returns error message "Socket is already connected"(os errno 56) . This PR fixes it.

@bagder bagder added the HTTP/3 h3 or quic related label Jun 15, 2021
@bagder bagder closed this in a8472bb Jun 21, 2021
@bagder
Copy link
Member

bagder commented Jun 21, 2021

Thanks!

@bachue bachue deleted the fix/quiche-sendto branch June 22, 2021 00:41
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