Looks like we can compress protobuf output after all

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti 2012-09-01 11:41:01 -04:00
parent 4207260657
commit 6d8c61f6a8

View file

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