You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gce-discussion
I'm curious what, if any, config needs to be done on backends to maintain the advantages of HTTP2 multiplexing through the load balancer? Do the backends need to be on HTTP2/SSL?
Faizan (Google Cloud Support)
unread,
Jul 11, 2017, 7:54:35 PM7/11/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
The load balancer acts as an HTTP/2 to HTTP/1.1 translation layer, which means that the web servers always see and respond to HTTP/1.1 requests, but that requests from the browser can be HTTP/1.0, HTTP/1.1, or HTTP/2.
You can refer to this blogpost [1] for information on how HTTP/2 support works on GCP.