Skip to content

Wrong CompressionOptions.DEFAULT options #29436

@sgrekhov

Description

@sgrekhov

Please see https://api.dartlang.org/stable/1.23.0/dart-io/CompressionOptions/DEFAULT-constant.html

Compression will be enabled with the following options: clientNoContextTakeover: false serverNoContextTakeover: false clientMaxWindowBits: 15 serverMaxWindowBits: 15

In fact clientMaxWindowBits and serverMaxWindowBits have null values.

  print(CompressionOptions.DEFAULT.clientMaxWindowBits); // null
  print(CompressionOptions.DEFAULT.serverMaxWindowBits); // null

Metadata

Metadata

Assignees

Labels

P2A bug or feature request we're likely to work onarea-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.library-iotype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions