[Mono-aspnet-list] Memory Leak in Generic Handler

Niknak nick.pateman at certivox.com
Fri Dec 7 14:16:02 UTC 2012


Okay, I seem to have fixed it by disposing of the request input stream in a
try finally handler...

iContext.Request.InputStream.Dispose();

Windows ASP.NET disposes of this automatically.



--
View this message in context: http://mono.1490590.n4.nabble.com/Memory-Leak-in-Generic-Handler-tp4657696p4657697.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list