Improved http response caching

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-07-31 21:48:32 -04:00
parent 98841cb6f8
commit d6a0e8dbc5
2 changed files with 8 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ namespace MediaBrowser.Common.Net.Handlers
WriteStream = s =>
{
WriteReponse(s);
s.Close();
s.Dispose();
};
}