codegangsta / gin

Live reload utility for Go web servers
MIT License
4.23k stars 317 forks source link

Support for chunked encoding? #106

Open International opened 7 years ago

International commented 7 years ago

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.