Skip to content

Memory Leak in WireGuard Mode #5861

@mhils

Description

@mhils

Problem Description

WireGuard and Windows Proxy Mode have a memory leak somewhere.

Steps to reproduce the behavior:

  1. python -m http.server
  2. mitmdump --mode osproxy:curl (or WireGuard)
  3. while true: curl http://127.0.0.1:8000/

@decathorpe suspects TcpStream.read() :)

refs awestlake87/pyo3-asyncio#84

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions