You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in the changelog, Actually scalatra 2.3.0 does seem to support gzip http://scalatra.org//guides/2.3/http/gzip.html
(btw, upgrading scalatra will certainly require significant effort;
I just gave it a quick try and many compile errors arise)
That is, basically support Accept-Encoding:gzip .
The short-term solution would be to use a more recent scalatra version that provides this feature, see http://scalatra.org/guides/2.6/http/gzip.html.
However, per #47 , a longer-term solution is to use the relevant feature when migrating to a more active web toolkit in general.
The text was updated successfully, but these errors were encountered: