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

Unified Diff: pkg/http_multi_server/CHANGELOG.md

Issue 375113002: Swallow errors in subscriptions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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
Index: pkg/http_multi_server/CHANGELOG.md
diff --git a/pkg/http_multi_server/CHANGELOG.md b/pkg/http_multi_server/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..15e854ecd4ad5f4193eab0c17f4dac6c30212f4c
--- /dev/null
+++ b/pkg/http_multi_server/CHANGELOG.md
@@ -0,0 +1,5 @@
+## 1.0.1
+
+* Ignore errors from one of the servers if others are still bound. In
+ particular, this avoids issues on some Windows machines where IPv6 failure
+ isn't discovered until we try to connect to the socket.
« no previous file with comments | « no previous file | pkg/http_multi_server/lib/http_multi_server.dart » ('j') | pkg/http_multi_server/lib/src/utils.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698