diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-03-13 17:51:33 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-03-13 21:11:01 +0100 |
| commit | e64aaebbacfa7a720c99ca2ab1aa11f7fcd63868 (patch) | |
| tree | 1fcf1e2c31d506206590a23ad147d93fffdef50b /Emby.Server.Implementations/HttpServer | |
| parent | 1d443d2ff5ef9edaf7040633ec737d043afeafa6 (diff) | |
Improvements around streams
* Use ArrayPool instead of allocating new buffers each time
* Remove NetworkStream copy
* Remove some dead code
Diffstat (limited to 'Emby.Server.Implementations/HttpServer')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/StreamWriter.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/StreamWriter.cs b/Emby.Server.Implementations/HttpServer/StreamWriter.cs index 66a13e20d..cf30bbc32 100644 --- a/Emby.Server.Implementations/HttpServer/StreamWriter.cs +++ b/Emby.Server.Implementations/HttpServer/StreamWriter.cs @@ -5,7 +5,6 @@ using System.IO; using System.Threading; using System.Threading.Tasks; using MediaBrowser.Model.Services; -using Microsoft.Extensions.Logging; using Microsoft.Net.Http.Headers; namespace Emby.Server.Implementations.HttpServer |
