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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/http_multi_server.dart » ('j') | lib/http_multi_server.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.3.1
2
3 * `loopback()` and `loopbackSecure()` recover gracefully if an ephemeral port is
4 requested and the located port isn't available on both IPv4 and IPv6.
5
1 ## 1.3.0 6 ## 1.3.0
2 7
3 * Add support for `HttpServer.autoCompress`. 8 * Add support for `HttpServer.autoCompress`.
4 9
5 ## 1.2.0 10 ## 1.2.0
6 11
7 * Add support for `HttpServer.defaultResponseHeaders.clear`. 12 * Add support for `HttpServer.defaultResponseHeaders.clear`.
8 13
9 * Fix `HttpServer.defaultResponseHeaders.remove` and `.removeAll`. 14 * Fix `HttpServer.defaultResponseHeaders.remove` and `.removeAll`.
10 15
11 ## 1.1.0 16 ## 1.1.0
12 17
13 * Add support for `HttpServer.defaultResponseHeaders`. 18 * Add support for `HttpServer.defaultResponseHeaders`.
14 19
15 ## 1.0.2 20 ## 1.0.2
16 21
17 * Remove the workaround for [issue 19815][]. 22 * Remove the workaround for [issue 19815][].
18 23
19 ## 1.0.1 24 ## 1.0.1
20 25
21 * Ignore errors from one of the servers if others are still bound. In 26 * Ignore errors from one of the servers if others are still bound. In
22 particular, this works around [issue 19815][] on some Windows machines where 27 particular, this works around [issue 19815][] on some Windows machines where
23 IPv6 failure isn't discovered until we try to connect to the socket. 28 IPv6 failure isn't discovered until we try to connect to the socket.
24 29
25 [issue 19815]: http://code.google.com/p/dart/issues/detail?id=19815 30 [issue 19815]: http://code.google.com/p/dart/issues/detail?id=19815
OLDNEW
« 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