1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 09:10:40 -05:00
denoland-deno/op_crates
Bert Belder 299518d935 fix(tls): throw meaningful error when hostname is invalid (#10387)
`InvalidDNSNameError` is thrown when a string is not a valid hostname,
e.g. it contains invalid characters, or starts with a numeric digit. It
does not involve a (failed) DNS lookup.
2021-04-26 23:40:45 +02:00
..
console chore: release crates (#10327) 2021-04-23 15:05:12 +02:00
crypto remove #![deny(warnings)] (#10376) 2021-04-26 10:10:57 -04:00
fetch remove #![deny(warnings)] (#10376) 2021-04-26 10:10:57 -04:00
file chore: release crates (#10327) 2021-04-23 15:05:12 +02:00
timers chore: release crates (#10327) 2021-04-23 15:05:12 +02:00
url refactor(core): move op cache sync responsibility to rust space (#10340) 2021-04-25 22:00:05 +02:00
web chore: release crates (#10327) 2021-04-23 15:05:12 +02:00
webgpu remove #![deny(warnings)] (#10376) 2021-04-26 10:10:57 -04:00
webidl chore: release crates (#10327) 2021-04-23 15:05:12 +02:00
websocket fix(tls): throw meaningful error when hostname is invalid (#10387) 2021-04-26 23:40:45 +02:00