mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 07:49:10 +00:00
re-add --http2 switch
I think this is one of the more important ones we should not omit, e.g. as `--no-http2` is still needed for scripted redirection.
This commit is contained in:
parent
cfd8f8b519
commit
47f5ca41c5
@ -73,6 +73,7 @@ def common_options(parser, opts):
|
||||
opts.make_parser(group, "upstream_auth", metavar="USER:PASS")
|
||||
opts.make_parser(group, "proxyauth", metavar="SPEC")
|
||||
opts.make_parser(group, "rawtcp")
|
||||
opts.make_parser(group, "http2")
|
||||
|
||||
# Proxy SSL options
|
||||
group = parser.add_argument_group("SSL")
|
||||
|
Loading…
Reference in New Issue
Block a user