mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
increase live stream analyze duration
This commit is contained in:
@@ -130,11 +130,18 @@ namespace SocketHttpListener.Net
|
||||
var thisRef = (HttpListenerResponse)iar.AsyncState;
|
||||
try
|
||||
{
|
||||
thisRef.OutputStream.EndWrite(iar);
|
||||
try
|
||||
{
|
||||
thisRef.OutputStream.EndWrite(iar);
|
||||
}
|
||||
finally
|
||||
{
|
||||
thisRef.Close(false);
|
||||
}
|
||||
}
|
||||
finally
|
||||
catch (Exception)
|
||||
{
|
||||
thisRef.Close(false);
|
||||
// In case response was disposed during this time
|
||||
}
|
||||
}, this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user