Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Add support for controlling WebSocket compression #43

Open
cbracken opened this issue Jan 15, 2019 · 0 comments
Open

Add support for controlling WebSocket compression #43

cbracken opened this issue Jan 15, 2019 · 0 comments

Comments

@cbracken
Copy link

cbracken commented Jan 15, 2019

Since the VM service is most frequently connected to on localhost, consider, in order of priority:

  1. Offer the option to specify WebSocket compression enabled/disabled (or pass a dart:io CompressionOptions object if we think finer-grained control is justified)
  2. Disable WebSocket compression by default

As one datapoint, see dart-lang/coverage#186, where a developer is measuring ~15% of coverage collection runtime spent doing compression.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant