On Apr 18, 2017 15:35, "William A Rowe Jr" <wr...@rowe-clan.net> wrote:
>From the looks of http://GitHub.Com/Google/brotli/ seems it is only a set of jni stubs so far. Actually there is an entire decoder implementation. The encoder seems to not have been ported, yet, although there is a Haxe transliteration to java. https://github.com/google/brotli/issues/466 The jni stubs don't win us anything, seems direct invocation of the bro[tli] utility with a custom ant rule, where available, would be the way to go. We obviously need to put this off until enough of the httpd devs and docs contributors are willing to install the command line utility.