From 7b4b67841cd45afb1d7d48be29820856046e076f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 26 May 2026 19:03:36 +0200 Subject: [PATCH] or higher -> or greater 11 docs 5 --- docs/TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TODO.md b/docs/TODO.md index 15d6c02ba0..bf9833118d 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -331,7 +331,7 @@ line. Additionally this should be implemented for proxy base URLs as well. -## Require HTTP version X or higher +## Require HTTP version X or greater curl and libcurl provide options for trying higher HTTP versions (for example HTTP/2) but then still allows the server to pick version 1.1. We could