Closed milahu closed 2 years ago
when i bind to port zero (automatically choose a free port), pproxy should print the actual port
actual output
$ pproxy -l http://127.0.0.1:0/ Serving on 127.0.0.1:0 by http
expected output
$ pproxy -l http://127.0.0.1:0/ Serving on 127.0.0.1:12345 by http
where 12345 is the actual port number
12345
when i bind to port zero (automatically choose a free port), pproxy should print the actual port
actual output
expected output
where
12345
is the actual port number