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

Side by Side Diff: pkg/http_multi_server/CHANGELOG.md

Issue 477513002: Fix analyzer warnings in http_multi_server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/http_multi_server/lib/src/multi_headers.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.2.0
2
3 * Add support for `HttpServer.defaultResponseHeaders.clear`.
4
5 * Fix `HttpServer.defaultResponseHeaders.remove` and `.removeAll`.
6
1 ## 1.1.0 7 ## 1.1.0
2 8
3 * Add support for `HttpServer.defaultResponseHeaders`. 9 * Add support for `HttpServer.defaultResponseHeaders`.
4 10
5 ## 1.0.2 11 ## 1.0.2
6 12
7 * Remove the workaround for [issue 19815][]. 13 * Remove the workaround for [issue 19815][].
8 14
9 ## 1.0.1 15 ## 1.0.1
10 16
11 * Ignore errors from one of the servers if others are still bound. In 17 * Ignore errors from one of the servers if others are still bound. In
12 particular, this works around [issue 19815][] on some Windows machines where 18 particular, this works around [issue 19815][] on some Windows machines where
13 IPv6 failure isn't discovered until we try to connect to the socket. 19 IPv6 failure isn't discovered until we try to connect to the socket.
14 20
15 [issue 19815]: http://code.google.com/p/dart/issues/detail?id=19815 21 [issue 19815]: http://code.google.com/p/dart/issues/detail?id=19815
OLDNEW
« no previous file with comments | « no previous file | pkg/http_multi_server/lib/src/multi_headers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698