github uNetworking/uWebSockets v20.3.0

latest releases: v20.66.0, v20.65.0, v20.64.0...
2 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.