.NET 6.0 adds an implementation of `ZLibStream` that implements zlib compression: https://github.com/dotnet/runtime/pull/42717 Replace the custom implementation in `CompressedPayloadHandler` with the built-in implementation.
.NET 6.0 adds an implementation of
ZLibStreamthat implements zlib compression: dotnet/runtime#42717Replace the custom implementation in
CompressedPayloadHandlerwith the built-in implementation.