summaryrefslogtreecommitdiff
path: root/docs/getting_started/debugging_your_code.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-14 14:52:49 +0200
committerGitHub <noreply@github.com>2021-06-14 14:52:49 +0200
commit1e1959f6fac6dd0e499532772c8143285cdd81de (patch)
treea321b9351d1d860b4e6026896cc45966cae96c8d /docs/getting_started/debugging_your_code.md
parent5814315b708d154ebb2c29810c16e5af7e726741 (diff)
fix: hang in Deno.serveHttp() (#10923)
Waiting on next request in Deno.serveHttp() API hanged when responses were using ReadableStream. This was caused by op_http_request_next op that was never woken after response was fully written. This commit adds waker field to DenoService which is called after response is finished.
Diffstat (limited to 'docs/getting_started/debugging_your_code.md')
0 files changed, 0 insertions, 0 deletions