소스 검색

Looks like we can compress protobuf output after all

LukePulverenti Luke Pulverenti luke pulverenti 12 년 전
부모
커밋
6d8c61f6a8
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      MediaBrowser.Common/Net/Handlers/BaseSerializationHandler.cs

+ 0 - 5
MediaBrowser.Common/Net/Handlers/BaseSerializationHandler.cs

@@ -77,11 +77,6 @@ namespace MediaBrowser.Common.Net.Handlers
                     break;
             }
         }
-
-        public override bool ShouldCompressResponse(string contentType)
-        {
-            return SerializationFormat != Handlers.SerializationFormat.Protobuf;
-        }
     }
 
     public enum SerializationFormat