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

Unified Diff: CHANGELOG.md

Issue 985773003: Use OSError.errorCode rather than .errno. (Closed) Base URL: git@github.com:dart-lang/http_multi_server@master
Patch Set: Created 5 years, 9 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 | lib/http_multi_server.dart » ('j') | 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 e2b731b9e430067a69d203e9e730b0e13c56597e..df1b863bbaa090cef2e936dbc2a582a1a602777a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
* Eventually stop retrying port allocation if it fails repeatedly.
+* Properly detect socket errors caused by already-in-use addresses.
+
## 1.3.1
* `loopback()` and `loopbackSecure()` recover gracefully if an ephemeral port is
« no previous file with comments | « no previous file | lib/http_multi_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698