1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Luca Casonato 20c7300412
refactor(ext/http): remove op_http_read (#16096)
We can use Resource::read_return & op_read instead. This allows HTTP
request bodies to participate in FastStream.

To make this work, `readableStreamForRid` required a change to allow non
auto-closing resources to be handled. This required some minor changes
in our FastStream paths in ext/http and ext/flash.
2022-09-30 07:54:12 +02:00
..
broadcast_channel 1.26.0 2022-09-29 00:10:44 +02:00
cache refactor(ext/cache): remove extra headers iteration in cache.put (#16078) 2022-09-29 10:34:45 +05:30
console 1.26.0 2022-09-29 00:10:44 +02:00
crypto 1.26.0 2022-09-29 00:10:44 +02:00
fetch fix(ext/fetch): Body#bodyUsed for static body (#16080) 2022-09-29 17:38:04 +02:00
ffi 1.26.0 2022-09-29 00:10:44 +02:00
flash refactor(ext/http): remove op_http_read (#16096) 2022-09-30 07:54:12 +02:00
http refactor(ext/http): remove op_http_read (#16096) 2022-09-30 07:54:12 +02:00
net fix(runtime): no FastStream for unrefable streams (#16095) 2022-09-30 00:42:33 +02:00
node 1.26.0 2022-09-29 00:10:44 +02:00
tls 1.26.0 2022-09-29 00:10:44 +02:00
url 1.26.0 2022-09-29 00:10:44 +02:00
web refactor(ext/http): remove op_http_read (#16096) 2022-09-30 07:54:12 +02:00
webgpu 1.26.0 2022-09-29 00:10:44 +02:00
webidl 1.26.0 2022-09-29 00:10:44 +02:00
websocket 1.26.0 2022-09-29 00:10:44 +02:00
webstorage 1.26.0 2022-09-29 00:10:44 +02:00