1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/bench
Inteon dccf5e0c5c
refactor(core): Allow multiple overflown responses in single poll (#9433)
This commit rewrites "JsRuntime::poll" function to fix a corner case that
might caused "overflown_response" to be overwritten by other overflown response.

The logic has been changed to allow returning multiple overflown response
alongside responses from shared queue.
2021-02-23 13:08:50 +01:00
..
deno_http_proxy.ts chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
deno_tcp.ts chore: Enforce ban-untagged-todo lint rule (#9135) 2021-01-17 00:32:59 +01:00
deno_tcp_proxy.ts chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
http.rs chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
main.rs refactor(core): Allow multiple overflown responses in single poll (#9433) 2021-02-23 13:08:50 +01:00
node_http.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
node_http_proxy.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
node_tcp.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
node_tcp_promise.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
node_tcp_proxy.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
throughput.rs chore: Update to Rust 1.50.0 (#9479) 2021-02-12 21:08:36 +11:00