ncr / rack-proxy

A request/response rewriting HTTP proxy. A Rack app.
MIT License
269 stars 94 forks source link

Memory leak with "never ending" request (MJPG) #60

Open Silex opened 7 years ago

Silex commented 7 years ago

Whenever we proxy to a camera MJPG URL, the memory goes up & up & up & up and is never freed.

This happens with streaming: true.

It also looks like that even when the client disconnects from the proxy, the proxy continues fetching the data (which should not happen as it has no clients to send the data to), but that's another bug.