Anton

Results 2 issues of Anton

#### Problem Description mitmdump crash immediately after launch with server_replay #### Steps to reproduce the behavior: 1. Run mitmdump --server-replay replay.flow 2. Got Proxy server listening at *:8080 3. Proxy...

kind/triage

From readme ```js const http = require('http'); const ProxyChain = require('proxy-chain'); const exampleServer = http.createServer((request, response) => { response.end('Hello from a custom server!'); }); const server = new ProxyChain.Server({ port:...

bug
low priority
t-platform
backend