Skip to content

Release ostree version 2022.7-2+apertis2

Dylan Aïssi requested to merge wip/AT9796 into apertis/v2024dev2

Add a patch to force the use of HTTP1.1 when option to disable HTTP2 is passed.

The current logic to select the HTTP version to be use relies on the fact that curl don't use by default HTTP2. This assumption is wrong with recent versions of curl. If the option disabling http2 is passed then force the use of HTTP1.1.

https://phabricator.apertis.org/T9796 infrastructure/apertis-issues#349 (closed)

Signed-off-by: Dylan Aïssi dylan.aissi@collabora.com

Edited by Dylan Aïssi

Merge request reports