deno/ext
Marvin Hagemeister 96b527b8df
fix(node/http): don't throw on .address() before .listen() (#24432)
It's perfectly valid to access `server.address()` before calling
`.listen()`. Until a server actively listens on a socket Node will
return `null` here, but we threw a "Cannot access property 'port' of
undefined" instead.

This was discovered when inspecting failures in Koa's test suite with
Deno.
2024-07-04 18:28:48 +02:00
..
broadcast_channel chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
cache chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
canvas chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
console chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
cron chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
crypto feat(ext/crypto): make deriveBits length parameter optional and nullable (#24426) 2024-07-04 21:10:51 +05:30
fetch chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
ffi BREAKING(unstable/ffi): remove callback reentrant flag (#24367) 2024-07-01 09:36:33 +05:30
fs fix(ext/node): Add fs.lutimes / fs.lutimesSync (#23172) 2024-07-02 19:33:32 -07:00
http refactor(ext): remove use of brotli::ffi (#24214) 2024-06-20 20:44:24 +05:30
io chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
kv chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
napi fix: more node-api fixes (#24220) 2024-06-19 11:33:46 -07:00
net chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
node fix(node/http): don't throw on .address() before .listen() (#24432) 2024-07-04 18:28:48 +02:00
tls chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
url chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
web fix(ext/web): use primordials of ES2024 ArrayBuffer transfer (#24396) 2024-07-02 22:27:01 +02:00
webgpu chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
webidl chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
websocket chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
webstorage chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00