github uNetworking/uWebSockets v20.3.0

latest releases: v20.70.0, v20.69.0, v20.68.0...
3 years ago

Dedicated decompressors

Adds uWS::CompressOptions::DEDICATED_DECOMPRESSOR. This (decompressor) flag can be OR:ed with one (compressor) flag to easily create a complete compression preference such as:

.compression = uWS::CompressOptions(uWS::DEDICATED_COMPRESSOR_4KB | uWS::DEDICATED_DECOMPRESSOR),

See #1347. This change is backwards compatible. More specific decompressors will be added with time.

Don't miss a new uWebSockets release

NewReleases is sending notifications on new releases.