nginx-clojure / nginx-clojure

Nginx module for embedding Clojure or Java or Groovy programs, typically those Ring based handlers.

Home Page:http://nginx-clojure.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StringFacedJavaBodyFilter/StringFacedClojureBodyFilter need auto decompress body when the body is compressed.

xfeep opened this issue · comments

Currently BufferOverflowException will occur when StringFacedJavaBodyFilter/StringFacedClojureBodyFilter meets the compressed response body from the upstream server. So StringFacedJavaBodyFilter/StringFacedClojureBodyFilter need auto decompress body when the body is compressed.