mitmproxy/test/fuzzing/go_proxy
Aldo Cortesi 8216801728 Three more errors turned up with fuzzing.
These are fixed in netlib, regression tests added here.
2013-03-03 15:14:49 +13:00

10 lines
277 B
Bash
Executable File

#!/bin/sh
# Assuming:
# mitmproxy/mitmdump is running on port 8080 in straight proxy mode.
# pathod is running on port 9999
BASE="/Users/aldo/git/public/pathod/venv/bin/pathoc -eo -I 200,400,405,502 -p 8080 localhost "
$BASE -n 10000 "get:'http://localhost:9999':ir,@1"