Project

General

Profile

Actions

Feature #36854

closed

Use HTTP/2 on content proxies to connect to Foreman

Added by Ewoud Kohl van Wijngaarden 9 months ago. Updated 9 months ago.

Status:
Closed
Priority:
Normal
Category:
Foreman modules
Target version:
-
Fixed in Releases:
Found in Releases:

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.

Actions

Also available in: Atom PDF