diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-14 22:10:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-14 22:10:55 +0200 |
commit | 1246a433f8101c03491c1f1e9e0d51d79a025956 (patch) | |
tree | 10f96ad60bfef424f32f88388f31b5e1a240d2fc /extensions/websocket/lib.deno_websocket.d.ts | |
parent | f48d66b2b01fef0f16beb35a66f1b4d5771e3b6e (diff) |
fix: poll connection after writing response chunk in Deno.serveHttp() (#10961)
This commit changes "op_http_response_write" to first send response chunk
and then poll the underlying HTTP connection.
Previously after writing a chunk of response HTTP connection wasn't polled
and thus data wasn't written to the socket until after next op interacting
with the connection.
Diffstat (limited to 'extensions/websocket/lib.deno_websocket.d.ts')
0 files changed, 0 insertions, 0 deletions