chisel icon indicating copy to clipboard operation
chisel copied to clipboard

proxy error: context canceled when using PUT method

Open mrdc opened this issue 4 years ago • 0 comments

Hi,

I'm using chisel with proxy option to forward requests to some website, regular methods do work well, but not PUT. I receive in chisel logs this error: http: proxy error: context canceled when I make PUT request to chisel acting as proxy. This request hangs my client and when I cancel the request I see in logs the error mentioned above + 502 error in client.

mrdc avatar Mar 31 '21 09:03 mrdc