Files
ladybird/Libraries/LibCore/EventLoopImplementationUnix.cpp
Andreas Kling 3a0e2c3d0e LibCore: Notify write-only notifiers on POLLHUP
This fixes an issue where RequestServer would churn as poll() returned
immediately due to a file descriptor yielding POLLHUP.

In that case, we should just wake the notifier and let it figure out
what to do.
2026-01-10 14:58:21 -05:00

22 KiB