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. 

I finally found out how it goes wrong. The admin menu is a compressed file
of 16899 bytes, which should be decoded into something of 216000+ html
content.

With mod_http2 1.0.7+ Chrome bails out with a ERR_CONTENT_DECODING_FAILED.
See the logs:

GET /js/admin_menu/cache/53b57aa88f09fd5f75ccfb325815c700 HTTP/1.1" 200
16899 "-"
GET /js/admin_menu/cache/53b57aa88f09fd5f75ccfb325815c700 HTTP/2" 200
16899 "-"

The second one was directly after restarting the server with mod_http2
1.0.7. mod_http2 1.0.5 does not have this problem.

I do not know yet how and where it goes wrong. Something between v1.0.5
and v1.0.7 changed that causes a ERR_CONTENT_DECODING_FAILED.

I will try to intercept the compressed content and see if I can make a
static page out of it, outside of Drupal and without having to log in as
Drupal admin.

Stefan: ERR_CONTENT_DECODING_FAILED is the most informative info I can
give you at the moment.
-- 
Jan

Reply via email to