Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: CHANGELOG.md

Issue 1587043002: Update changelog with information in WebSocket compression (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Addressed review comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ad7ee4a5783a0fbc443e4e32c0325eb9ebda378..a582d4b911e2df08130d5812c669446f888bc5f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,12 @@
* `dart:io`
* `Platform` added an `isiOS` getter and `Platform.operatingSystem` may now
return `ios`.
+ * Added support for WebSocket compression as standardized in RFC 7692. By
+ default compression is turned on for all WebSocket connections. The
+ optionally named parameter `compression` on the methods `WebSocket.connect`,
+ `WebSocket.fromUpgradedSocket`, and `WebSocketTransformer.upgrade` and on
+ the `WebSocketTransformer` constructor is used to select the compression
+ options.
### Tool changes
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698