From 375d7c9741c1debbc55bf21c864c514d307691ef Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 5 Jun 2016 13:24:46 +1200 Subject: Remove last vestiges of noapi and noweb from pathod Also hide HTTP2 freeze bug by making explain configurable in the tests --- pathod/pathod_cmdline.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pathod/pathod_cmdline.py') diff --git a/pathod/pathod_cmdline.py b/pathod/pathod_cmdline.py index a4f05faf..5ca2ca85 100644 --- a/pathod/pathod_cmdline.py +++ b/pathod/pathod_cmdline.py @@ -74,18 +74,10 @@ def args_pathod(argv, stdout_=sys.stdout, stderr_=sys.stderr): default=None, type=str, help='Size limit of served responses. Understands size suffixes, i.e. 100k.') - parser.add_argument( - "--noapi", dest='noapi', default=False, action="store_true", - help='Disable API.' - ) parser.add_argument( "--nohang", dest='nohang', default=False, action="store_true", help='Disable pauses during crafted response generation.' ) - parser.add_argument( - "--noweb", dest='noweb', default=False, action="store_true", - help='Disable both web interface and API.' - ) parser.add_argument( "--nocraft", dest='nocraft', -- cgit v1.2.3