>From the looks of http://GitHub.Com/Google/brotli/ seems it is only a set of jni stubs so far.
On Apr 18, 2017 15:01, "André Malo" <n...@perlig.de> wrote: > * William A Rowe Jr wrote: > > > With the rise of interest in brotli, and the absence of deflate in our > > 'default content', it seems reasonable that we would pre-compress > > both gz and br compressed flavors of our .html pages. > > > What is needed is the logic for ant to invoke these commands to > > build the target content.html.lang files; > > gzip -k -n -9 {name} > > bro[tli] --input {name} --output {name}.br --quality 11 > > Hmm. It would also require to add a check for the compressors themselves. > For gzip there's https://ant.apache.org/manual/Tasks/pack.html > > For brotli I don't know. What is supposed to happen if you do not have it > installed? Is there a java compressor available we can plug in and lump > together with the build tools? > > Cheers, > -- > "Solides und umfangreiches Buch" > -- aus einer Rezension > > <http://pub.perlig.de/books.html#apache2> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org > For additional commands, e-mail: docs-h...@httpd.apache.org > >