You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set IO::Stapled.pipe blocking args to nil, same as IO.pipe (#15925)
The `IO.pipe` blocking arguments are now nil by default, so the event loop can configure the system fd or handle as per its own requirements, but `IO::Stapled.pipe` was overlooked.
0 commit comments