Stefan Eissing in gmane.comp.apache.devel (Fri, 4 Dec 2015 21:37:46 +0100): >> 1.0.10 did not solve my problems with the admin menu in Drupal7. Sorry. > >Do you have any advice how to reproduce the problem, so that I might see >what it is? I am not familiar with drupal7, unfortunately.
mod_http2-1.0.5 revision 1715371 from the 2.4.x branch was still OK. mod_http2-1.0.7 revision 1716210 from the 2.4.x branch doubled the arguments in the Drupal7 admin menu: Content-Encoding: gzip, gzip This was the cause of my troubles with Drupal7. I rebuilt both mod_https.so versions today with the latest nghttp2 (git head). No other changes. Snippet from my conf file: LoadModule http2_module modules/mod_http2-1.0.5-r1715371.so # bad below #LoadModule http2_module modules/mod_http2-1.0.7-r1716210.so -- Jan