mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibIPC: Make TransportSocketWindows responsible for reading entire
messages. Port of a371f84
to Windows.
This commit is contained in:
parent
ccf303eefc
commit
8af2a49b5c
Notes:
github-actions[bot]
2025-06-17 21:38:09 +00:00
Author: https://github.com/stasoid
Commit: 8af2a49b5c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5010
Reviewed-by: https://github.com/ADKaster ✅
4 changed files with 58 additions and 22 deletions
|
@ -109,7 +109,7 @@ ErrorOr<void> ConnectionBase::drain_messages_from_peer()
|
|||
deferred_invoke([this] {
|
||||
handle_messages();
|
||||
});
|
||||
} else if (schedule_shutdown == TransportSocket::ShouldShutdown::Yes) {
|
||||
} else if (schedule_shutdown == Transport::ShouldShutdown::Yes) {
|
||||
deferred_invoke([this] {
|
||||
shutdown();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue