logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: mod_h2 Protocol directive and Chrome
Author
CamaroSS



Joined: 24 Jan 2013
Posts: 78
Location: RF, Tver

PostPosted: Tue 22 Sep '15 11:28    Post subject: Reply with quote

https://github.com/icing/mod_h2

Quote:
Due to a bug in Chrome (v44 at least), which gets the preference order wrong way around, the safe configuration for now is:

Protocols h2 http/1.1
ProtocolsHonorOrder on
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 679

PostPosted: Tue 22 Sep '15 11:47    Post subject: Reply with quote

I am running Version 45.0.2454.99 m (64-bit) and have:


<IfModule h2_module>
ProtocolsHonorOrder On
Protocols h2 h2c http/1.1
</IfModule>
Back to top
icing



Joined: 22 Sep 2015
Posts: 41
Location: Münster, Germany

PostPosted: Tue 22 Sep '15 12:38    Post subject: Reply with quote

ProtocolsHonorOrder On

is now default in /trunk for exactly the same reason.
Back to top


Reply to topic   Topic: mod_h2 Protocol directive and Chrome View previous topic :: View next topic
Post new topic   Forum Index -> Apache