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:
Maximilian Hils 2017-08-04 17:22:12 +02:00
parent cfd8f8b519
commit 47f5ca41c5

View File

@ -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")