-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Description
Problem Description
WireGuard and Windows Proxy Mode have a memory leak somewhere.
Steps to reproduce the behavior:
python -m http.servermitmdump --mode osproxy:curl(or WireGuard)while true: curl http://127.0.0.1:8000/
@decathorpe suspects TcpStream.read() :)