Merge pull request #1129 from kuba/rm-old-todo

Remove old TODO (#479 is fixed)
This commit is contained in:
bmw
2015-10-25 11:46:45 -07:00
+1 -1
View File
@@ -825,7 +825,7 @@ def prepare_and_parse_args(plugins, args):
"testing", "--no-verify-ssl", action="store_true",
help=config_help("no_verify_ssl"),
default=flag_default("no_verify_ssl"))
helpful.add( # TODO: apache plugin does NOT respect it (#479)
helpful.add(
"testing", "--dvsni-port", type=int, default=flag_default("dvsni_port"),
help=config_help("dvsni_port"))
helpful.add("testing", "--simple-http-port", type=int,