This commit is contained in:
@@ -336,15 +336,15 @@ def main() -> None:
|
||||
action='store_true',
|
||||
help="Enable verbose output")
|
||||
parser.add_argument('-0', '--http1.0',
|
||||
default=True,
|
||||
default=False,
|
||||
action='store_true',
|
||||
help="Force HTTP/1.1 protocol")
|
||||
parser.add_argument('-1', '--http1.1',
|
||||
default=True,
|
||||
default=False,
|
||||
action='store_true',
|
||||
help="Force HTTP/1.1 protocol")
|
||||
parser.add_argument('-2', '--http2',
|
||||
default=True,
|
||||
default=False,
|
||||
action='store_true',
|
||||
help="Enable HTTP/2 protocol")
|
||||
parser.add_argument('-3', '--http3',
|
||||
|
Reference in New Issue
Block a user