Request with no body are setting request.body
to a ReadableStream
#41
Labels
bug
Something isn't working
request.body
to a ReadableStream
#41
Unlike Deploy and the native HTTP bindings in Deno 1.9 and later,
deployctl
sets the.body
property to aReadableStream
even when there is no body. When there is no body,.body
should be set tonull
.The text was updated successfully, but these errors were encountered: