-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store 'http1' in routing table if HTTP/2 is disabled
- When routes are registered and HTTP/2 is disabled, persist the protocol for endpoints as 'http1', even if the message has protocol 'http2'. - It was confusing that the route registry and gorouter logs would show protocol 'http2', even if it would really use HTTP/1.1 when communicating with backends. - Enabling HTTP/2 will require restarting the gorouter, so the route registry will be regenerated with 'http2'. [cloudfoundry/routing-release#217] [cloudfoundry/routing-release#200]
- Loading branch information
1 parent
a9449a9
commit 5838b6b
Showing
2 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters