jerson / pgrok

Free Introspected tunnels to localhost, like ngrok but free and unlimited
https://hub.docker.com/r/jerson/pgrok
Other
281 stars 54 forks source link

Fix big response / request body memory leaks (downloading / uploading large files) #12

Closed dinccey closed 2 years ago

jerson commented 2 years ago

Hey @dinccey thanks for this

dinccey commented 2 years ago

Hey @dinccey thanks for this

You're welcome. I hope nothing is broken due to this. I have tested the changes with nextcloud and it worked fine. Then I tested it with python3 http.server which had some problems I managed to fix with the second commit.