Looks like we can compress protobuf output after all

pull/702/head
LukePulverenti Luke Pulverenti luke pulverenti 12 years ago
parent 4207260657
commit 6d8c61f6a8

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

Loading…
Cancel
Save