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

Unified Diff: CHANGELOG.md

Issue 1427883002: update changelog for 1.13 socket reference change (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 c88fdab70f0bff34cf7f23a46c7878d17b255955..4d3229c76044ce72d0d64be30cb7b613e00e70c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,9 +27,13 @@
allowed by the HTTP protocol.
The `HttpServer` still gracefully receives fragments, but discards them
before delivering the request.
- * Removed server socket references. The use of server socket references
- was deprecated back in 1.9. Use the `shared` flag when creating listening
- sockets and `HttpServer` to distribute accepted sockets between isolates.
+ * To allow connections to be accepted on the same port across different
+ isolates, set the `shared` argument to `true` when creating server socket
+ and `HttpServer` instances.
+ * The deprecated `ServerSocketReference` and `RawServerSocketReference`
+ classes have been removed.
+ * The corresponding `reference` properties on `ServerSocket` and
+ `RawServerSocket` have been removed.
* `dart:isolate`
* `Isolate` added `packageRoot` and `packageMap` getters.
« 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