Files
fasthttp/fasthttpadaptor
Victor Gaydov 97d96cb3b7 Handle TransferEncoding in fasthttpadaptor (#124)
When incoming http.Request is constructed, "Transfer-Encoding" header
is removed, and http.Request.TransferEncoding is set instead.

This behaviour is now emulated in fasthttpadaptor.
2016-06-29 17:36:40 +03:00
..