mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Looks like we can compress protobuf output after all
This commit is contained in:
parent
4207260657
commit
6d8c61f6a8
@ -77,11 +77,6 @@ namespace MediaBrowser.Common.Net.Handlers
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool ShouldCompressResponse(string contentType)
|
|
||||||
{
|
|
||||||
return SerializationFormat != Handlers.SerializationFormat.Protobuf;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum SerializationFormat
|
public enum SerializationFormat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user