MemoryLeak in HTTP (Network Server)?

Hello, I want to make a quick and dirty interface for a Videoplayer and I use http network server for it.

It works really well but I think there is a leak somewhere in the http server. Everytime I refresh in the browser memory usage of VVVV goes up. It seems like on every call the server loads all assets again and does not reuse the stuff which is already loaded.

Or maybe I am doing something wrong.
I included a patch. Just run it and on localhost/main you should see the fancy windows standard images in your browser ;-). If you reload or click on a link check memory usage of vvvv.

Thanks

HtmlServerReceiver.zip (13.6 MB)

Tried in 33.6 and 33.7

Thx for the detailed report. Fixed in upcoming release.