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

Fix connectionedEndpoint.Readiness() to return EPOLL{RD}HUP appropriately. #9870

Merged
merged 1 commit into from Jan 11, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jan 8, 2024

Fix connectionedEndpoint.Readiness() to return EPOLL{RD}HUP appropriately.

Compare net/unix/af_unix.c:unix_poll().

Fixes #7331
Updates dart-lang/sdk#47899
Updates GoogleCloudPlatform/functions-framework-dart#302

@copybara-service copybara-service bot added the exported Issue was exported automatically label Jan 8, 2024
@copybara-service copybara-service bot changed the title Fix connectionedEndpoint.Readiness() to return EPOLL{RD}HUP if peer is closed. Fix connectionedEndpoint.Readiness() to return EPOLL{RD}HUP appropriately. Jan 9, 2024
@copybara-service copybara-service bot force-pushed the test/cl596606380 branch 3 times, most recently from 6cb7802 to 2692cb5 Compare January 11, 2024 20:14
…tely.

Compare net/unix/af_unix.c:unix_poll().

Fixes #7331
Updates dart-lang/sdk#47899
Updates GoogleCloudPlatform/functions-framework-dart#302

PiperOrigin-RevId: 597625614
@copybara-service copybara-service bot merged commit 39afbf0 into master Jan 11, 2024
@copybara-service copybara-service bot deleted the test/cl596606380 branch January 11, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

epoll_wait does not return EPOLLHUP events on remote close
1 participant