diff options
author | Matt Mastracci <matthew@mastracci.com> | 2023-12-23 08:58:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 08:58:20 -0700 |
commit | 1297c9a8f379d89691522c5cc0c6071c479e95a1 (patch) | |
tree | 7462b173b6b8106ea6255da67c265fcfd3a20c0d /ext/web/06_streams.js | |
parent | 36536c784ca981ae01d258d4239b2a362017d533 (diff) |
chore(ext/node): use BufView natively in http2 (#21688)
Node HTTP/2 was using the default h2 `Bytes` datatype when we can be
making using of `BufView` like we do in `Deno.serve`.
`fetch` and `Deno.serverHttp` can't make use of `BufView` because they
are using `reqwest` which is stuck on hyper 0.x at this time.
Diffstat (limited to 'ext/web/06_streams.js')
0 files changed, 0 insertions, 0 deletions