Adding switch --http1.0

This commit is contained in:
Miroslav Stampar
2025-08-18 11:53:30 +02:00
parent 99546c77c7
commit 59844b1929
5 changed files with 18 additions and 9 deletions

View File

@@ -61,6 +61,10 @@ loadCookies =
# Valid: True or False
dropSetCookie = False
# Use HTTP version 1.0 (old).
# Valid: True or False
http10 = False
# Use HTTP version 2 (experimental).
# Valid: True or False
http2 = False