1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Nathan Whitaker 7c57105cc4
fix(ext/node): only set our end of child process pipe to nonblocking mode (#26495)
Fixes playwright on linux, as reported in
https://github.com/denoland/deno/issues/16899#issuecomment-2378268454.

The issue was that we were opening the socket in nonblocking mode, which
meant that subprocesses trying to use it would get a `EWOULDBLOCK` error
(unexpectedly). The fix here is to only set nonblocking mode on our end
(which we need to use asynchronously)
2024-10-23 21:13:30 -07:00
..
broadcast_channel chore: forward v2.0.2 release commit to main (#26376) 2024-10-18 03:12:49 +02:00
cache chore: forward v2.0.2 release commit to main (#26376) 2024-10-18 03:12:49 +02:00
canvas chore: forward v2.0.2 release commit to main (#26376) 2024-10-18 03:12:49 +02:00
console fix(ext/console): ignore casing for named colors in css parsing (#26466) 2024-10-22 10:57:58 +02:00
cron chore: forward v2.0.2 release commit to main (#26376) 2024-10-18 03:12:49 +02:00
crypto refactor(ext/crypto): use concrete error types (#26167) 2024-10-18 15:23:20 -07:00
fetch refactor(ext/fetch): use concrete error types (#26220) 2024-10-19 01:20:58 +00:00
ffi fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls (#26486) 2024-10-24 09:41:38 +05:30
fs chore: update nix crate (#26422) 2024-10-19 21:59:39 +00:00
http refactor(ext/http): use concrete error types (#26377) 2024-10-18 15:57:12 -07:00
io fix(ext/node): only set our end of child process pipe to nonblocking mode (#26495) 2024-10-23 21:13:30 -07:00
kv chore: forward v2.0.2 release commit to main (#26376) 2024-10-18 03:12:49 +02:00
napi chore: forward v2.0.2 release commit to main (#26376) 2024-10-18 03:12:49 +02:00
net chore: forward v2.0.2 release commit to main (#26376) 2024-10-18 03:12:49 +02:00
node fix(node:tls): set TLSSocket.alpnProtocol for client connections (#26476) 2024-10-23 07:47:43 +00:00
tls chore: forward v2.0.2 release commit to main (#26376) 2024-10-18 03:12:49 +02:00
url chore: forward v2.0.2 release commit to main (#26376) 2024-10-18 03:12:49 +02:00
web chore: forward v2.0.2 release commit to main (#26376) 2024-10-18 03:12:49 +02:00
webgpu refactor(ext/webgpu): use concrete error type (#26198) 2024-10-18 18:53:04 -07:00
webidl chore: forward v2.0.2 release commit to main (#26376) 2024-10-18 03:12:49 +02:00
websocket refactor(ext/websocket): use concrete error type (#26226) 2024-10-18 19:30:46 +00:00
webstorage chore: forward v2.0.2 release commit to main (#26376) 2024-10-18 03:12:49 +02:00