[node-compat] HttpsClientRequest.write()
for a DELETE request
#22565
Labels
bug
Something isn't working correctly
node API polyfill
Related to various "node:*" modules APIs
node compat
node:http
Issues with `node:http` module - to be fixed with a rewrite
When I was working around HTTP stuff with Deno, I found out that
HttpsClientRequest.write()
for a DELETE request is not compatible with the one ofClientRequest
in Node.js. Here is the minimum code to reproduce the issue:By the way, I'm unsure whether this difference is intended because RFC 9110 says something like that a DELETE request should NOT have a body.
The text was updated successfully, but these errors were encountered: