Skip to content

Gravity-Software-srl/deno-http-proxy-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-http-proxy-issue

As of writing this, deno 2.2.1 has an issue with http-proxy when proxying a DELETE request with a payload.

To run this demo:

deno task test

The tests "DELETE + Payload" will fail, the request body can't be read because the http request is not fully completed (I checked with wireshark), and on the Deno server side, it will wait forever the rest of the request (which is also an issue).

About

demonstrate a bug in deno 2.2.1 and package http-proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published