gin-contrib / gzip

Gin middleware to enable GZIP support.
MIT License
324 stars 83 forks source link

net::ERR_HTTP2_PROTOCOL_ERROR #41

Open uncopied opened 3 years ago

uncopied commented 3 years ago

Hi !

Over https with letsencrypt, I get intermittent net::ERR_HTTP2_PROTOCOL_ERROR on POST methods. Looking around, I found this could be caused by incorrectly setting the content-length. I don't have this issue when I disable the gzip middleware.

Best, E.