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

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: 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..85c60c15f21943290bf4feb68a8f3d94f4255f57 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
mit 2016/01/14 10:43:19 I would add a comma before the first and (per Stru
Søren Gjesse 2016/01/14 14:54:21 Done.
+ 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