Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 193 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 193 Bytes

flask-memory-leak

Exploring memory leak in flask app

  • After serving a request route function do not keep state.
  • If we need to keep state, variable has to be declaired outside the routes.