diff options
| author | softworkz <softworkz@hotmail.com> | 2016-08-05 19:07:43 +0200 |
|---|---|---|
| committer | softworkz <softworkz@hotmail.com> | 2016-08-07 02:01:05 +0200 |
| commit | 7d16988b1b81cc73608c07d61eabb83f8fcbbb05 (patch) | |
| tree | 32876adc49548c70c9808a6aebeabf1afa4144ac /MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs | |
| parent | 433254c498d2e43acfd34e5c4fcee2fdcc2e767b (diff) | |
Remove handling IHttpResult
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs index f234674d8..b26cf5b76 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs @@ -706,11 +706,6 @@ namespace MediaBrowser.Server.Implementations.HttpServer public object GetAsyncStreamWriter(IAsyncStreamSource streamSource) { - if (streamSource as IHttpResult != null) - { - return new AsyncStreamWriterEx(streamSource); - } - return new AsyncStreamWriter(streamSource); } } |
