Actions
Feature #36854
closedUse HTTP/2 on content proxies to connect to Foreman
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
No
Bugzilla link:
Description
The HTTP/1.1 protocol can cause TCP race conditions when using keepalive. https://iximiuz.com/en/posts/reverse-proxy-http-keep-alive-and-502s/ does a good job of describing this. HTTP/2 doesn't use keepalive but instead has multiplexing of multiple streams together with a control channel. Testing shows this to be much more reliable, especially at higher concurrency.
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/442 added
Updated by Ewoud Kohl van Wijngaarden about 1 year ago
- Bugzilla link set to 2152709
Updated by Ewoud Kohl van Wijngaarden about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy_content|e7a38f3d5a3c08dcaa8aa36d7b206e8c49204a67.
Actions