See rational here: golang/go#62492
TL;DR: zstd is a better gzip in about all ways and is being added to browsers.
Support for gzip would be kept and both would be supported.
After discussing with other peoples it make sense to wait for compress/zstd proposal golang/go#62513 to continue quic-go not requiring any third party dependency.
This would do nothing when DisableCompression is set to true.
See rational here: golang/go#62492
TL;DR: zstd is a better gzip in about all ways and is being added to browsers.
Support for gzip would be kept and both would be supported.
After discussing with other peoples it make sense to wait for
compress/zstdproposal golang/go#62513 to continue quic-go not requiring any third party dependency.This would do nothing when
DisableCompressionis set to true.