diff options
author | Isaiah Gamble <77396670+tsar-boomba@users.noreply.github.com> | 2023-01-14 23:59:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-15 04:59:35 +0000 |
commit | 9830ae82974878da8c4c4dbb34bf3a2076a82547 (patch) | |
tree | b339674589bc24ec5404a564ce8f0e8c05523843 /ext/web/01_dom_exception.js | |
parent | 2f15efbb3d468ea8c2be31c21f7df80c4f9ba368 (diff) |
fix(ext/flash): Fix panic when JS caller doesn't consume request body (#16173)
If the JS handler gets a POST, PUT, or PATCH request, but doesn't
`await` the body, deno would panic because it will try to read the body
even though the request has already been handled.
Not sure how/where to test this case, so I could use some help with
that.
Diffstat (limited to 'ext/web/01_dom_exception.js')
0 files changed, 0 insertions, 0 deletions