aboutsummaryrefslogtreecommitdiffstats
path: root/pathoc
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-06-24 21:40:31 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-06-24 21:40:31 +1200
commit65487ead6d44970fa13740284a58a703dfd39eac (patch)
tree27d45de435573f89b0bd92b8622d07c580ce72aa /pathoc
parent90c6fb394de8b56c55aee3db7c7ea6ff72903456 (diff)
downloadmitmproxy-65487ead6d44970fa13740284a58a703dfd39eac.tar.gz
mitmproxy-65487ead6d44970fa13740284a58a703dfd39eac.tar.bz2
mitmproxy-65487ead6d44970fa13740284a58a703dfd39eac.zip
Logging truss for pathod.
Diffstat (limited to 'pathoc')
-rwxr-xr-xpathoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathoc b/pathoc
index 12edc34a..0115516b 100755
--- a/pathoc
+++ b/pathoc
@@ -10,7 +10,7 @@ if __name__ == "__main__":
parser.add_argument('request', type=str, nargs="+", help='Request specification')
args = parser.parse_args()
-
+
if args.port is None:
port = 443 if args.ssl else 80
else: