1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext
Matt Mastracci 13f7f8c415
fix(ext/http): ensure that multiple upgrades and multiple simultaneous requests cannot cause a panic (#18810)
Fix a bug where we weren't saving `slabId` in #18619, plus add some
robustness checks around multiple upgrades (w/test).
2023-04-23 09:59:46 -06:00
..
broadcast_channel chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
cache chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
console chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
crypto chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
fetch refactor(ext/webidl): remove option bags from "makeException" (#18679) 2023-04-20 00:58:41 +02:00
ffi chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
fs chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
http fix(ext/http): ensure that multiple upgrades and multiple simultaneous requests cannot cause a panic (#18810) 2023-04-23 09:59:46 -06:00
io chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
kv chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
napi chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
net feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619) 2023-04-22 11:48:21 -06:00
node feat(node/http): implement ClientRequest.setTimeout() (#18783) 2023-04-22 13:20:00 +02:00
tls chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
url chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00
web refactor(ext/webidl): remove option bags from "makeException" (#18679) 2023-04-20 00:58:41 +02:00
webidl refactor(ext/webidl): remove option bags from "makeException" (#18679) 2023-04-20 00:58:41 +02:00
websocket feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619) 2023-04-22 11:48:21 -06:00
webstorage chore: forward v1.32.5 release commit to main (#18758) 2023-04-18 22:20:49 +02:00