Hello,

I've compiled (using MSVC 2008) the HTTP Server 3 example from asio library, and I noticed that if I enter the address in a browser and then repeatedly press F5, the memory usage for the server process keep increasing. Anyone know why this memory leak, or what is happening?

Thanks.