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

Unified Diff: CHANGELOG.md

Issue 993743002: Recover gracefully if a matching port is unavailable. (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') | lib/http_multi_server.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3d79a3e353f43bdcadd96b37638212eae7ec0f1..96b81c8eb0e97a7bc554cb4bd2bd149dcaa04e90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.3.1
+
+* `loopback()` and `loopbackSecure()` recover gracefully if an ephemeral port is
+ requested and the located port isn't available on both IPv4 and IPv6.
+
## 1.3.0
* Add support for `HttpServer.autoCompress`.
« no previous file with comments | « no previous file | lib/http_multi_server.dart » ('j') | lib/http_multi_server.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698