Relative Content

Tag Archive for pythonmemoryfastapiuvicorn

memory leak in python I don’t understand

I have a fastapi application that I use to store HTTP flows, for context I’m trying to build a tool that views HTTP fuzzing requests, it would store thousands of requests for further analysis (like searching for specific content, viewing the requests and responses, etc ) as the tool running on fuzzing data, 90% of the the time the server returns 404, 403 kind of pages which are for the most part exactly the same regardless of the requested path.