update stream reading

This commit is contained in:
Luke Pulverenti
2016-07-21 14:40:49 -04:00
parent 6cebecb88c
commit 011fa515c5
4 changed files with 78 additions and 75 deletions

View File

@@ -465,10 +465,6 @@ namespace MediaBrowser.Server.Implementations.HttpServer.SocketSharp
return stream;
}
static void EndSubStream(Stream stream)
{
}
public static string GetHandlerPathIfAny(string listenerUrl)
{
if (listenerUrl == null) return null;