gin
gin copied to clipboard
Support for chunked encoding?
When I'm proxying to the application, I have a response that is being sent as chunked. There's a problem though, as the Transfer-Encoding
header is not present ( if I check for it via chrome dev tools ). The response works as expected if I'm running the application directly.