mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
Fix hanging in FIFO streams
This commit is contained in:
@@ -3629,7 +3629,8 @@ pub const FIFO = struct {
|
||||
},
|
||||
.hup => {
|
||||
poll.flags.insert(.hup);
|
||||
return .done;
|
||||
poll.flags.insert(.readable);
|
||||
return null;
|
||||
},
|
||||
else => {
|
||||
return .pending;
|
||||
|
||||
Reference in New Issue
Block a user