barnacs / compy

HTTP/HTTPS compression proxy
ISC License
204 stars 34 forks source link

Need feature like timeout to prevent ram loss #43

Open hdid opened 6 years ago

hdid commented 6 years ago

I think compy has not any feature to empty unsued memory. For example if i do not use compy for hours or days it would take hundreds of megabytes even in idle state!

jonnym1 commented 6 years ago

I have noticed the amount of open connections increases forever (as seen on netstat -pno) but i think its dependent on the browser your using, I added some timeouts on my fork which seems to have solved the issue for me.