commit | c4d289464e7076f379d026a6e273149a55aacbec | [log] [tgz] |
---|---|---|
author | Chris Bracken <chris@bracken.jp> | Tue Jul 09 16:58:22 2019 +0900 |
committer | GitHub <noreply@github.com> | Tue Jul 09 16:58:22 2019 +0900 |
tree | 7bc2a5995172830e47d9e4c0d9f1b14d4e8d480a | |
parent | 36053eb6175c5b1d4df0bbd63ffddf9642225376 [diff] |
Disable websocket compression on service port (dart-lang/coverage#258) This disables websocket compression when connecting to the VM service port. Since almost all invocations of coverage collection tools happen over a loopback connection to localhost, websocket compression uses a ton of CPU, which causes a performance hit rather than a performance benefit.