Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leak issue #1239

Closed
wants to merge 1 commit into from
Closed

Leak issue #1239

wants to merge 1 commit into from

Conversation

Kludex
Copy link
Member

@Kludex Kludex commented Nov 7, 2021

Commands reproduce the issue:

  • docker build -f issue/Dockerfile issue -t issue
  • docker run -p 8000:8000 -v /home/marcelo/Development/encode/uvicorn/uvicorn:/usr/local/lib/python3.8/site-packages/uvicorn issue bash -c 'uvicorn main:app --host 0.0.0.0 --port 8000 --reload --reload-include /usr/local/lib/python3.8/site-packages/uvicorn'
  • ./issue/scripts.sh <number>

Modify the above to satisfy your own environment. Try different <number>, 100, 1000, 10000, and observe the prints.

Reproduce ##1226

ping @euri10

@Kludex Kludex marked this pull request as draft November 7, 2021 10:37
@euri10
Copy link
Member

euri10 commented Nov 7, 2021

not a single byte leaks for me

@Kludex Kludex closed this Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants