You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2016/10/16 23:28:46 UTC

[Bug 59311] Do not send "Upgrade: h2" header to HTTP/1.1 clients when SSL/TLS is used

https://bz.apache.org/bugzilla/show_bug.cgi?id=59311

--- Comment #7 from Laurence 'GreenReaper' Parry <gr...@hotmail.com> ---
One other thing this breaks: nginx cached responses. This caused us to rollback
our Apache HTTP/2 upgrade because iOS Safari clients were unable to load files
from our nginx caches which had been served from our Apache origin.

We worked around this at the time with proxy_hide_header Upgrade;
The Headers fix is better because it then doesn't even save to the cache.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org