1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext
Yoshiya Hinosawa e799c2857c
fix(ext/http): do not set localhost to hostname unnecessarily (#24777)
This commit changes when to cause the hostname substition of `0.0.0.0` ->
`localhost`.

Currently we substitute `localhost` to the hostname on windows before
calling `options.onListen`, which prevents the users to do more advanced
thing using hostname string like
https://github.com/denoland/std/issues/5558. This PR changes it not to
substitute it when the user provide `onListen` callback.

closes #24776
unblocks https://github.com/denoland/std/issues/5558
2024-09-05 14:13:06 +09:00
..
broadcast_channel chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
cache chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
canvas chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
console chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
cron chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
crypto chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
fetch chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
ffi chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
fs chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
http fix(ext/http): do not set localhost to hostname unnecessarily (#24777) 2024-09-05 14:13:06 +09:00
io chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
kv chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
napi chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
net chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
node fix(ext/node): close upgraded socket when the underlying http connection is closed (#25387) 2024-09-05 13:30:18 +09:00
node_resolver chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
tls chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
url chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
web chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
webgpu chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
webidl chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
websocket chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
webstorage chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00