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

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

Issue 598453003: Add HttpServer:autoCompress option, to disable auto gzip compression. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix test. Created 6 years, 2 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
OLDNEW
1 ## 1.3.0
2
3 * Add support for `HttpServer.autoCompress`.
4
1 ## 1.2.0 5 ## 1.2.0
2 6
3 * Add support for `HttpServer.defaultResponseHeaders.clear`. 7 * Add support for `HttpServer.defaultResponseHeaders.clear`.
4 8
5 * Fix `HttpServer.defaultResponseHeaders.remove` and `.removeAll`. 9 * Fix `HttpServer.defaultResponseHeaders.remove` and `.removeAll`.
6 10
7 ## 1.1.0 11 ## 1.1.0
8 12
9 * Add support for `HttpServer.defaultResponseHeaders`. 13 * Add support for `HttpServer.defaultResponseHeaders`.
10 14
11 ## 1.0.2 15 ## 1.0.2
12 16
13 * Remove the workaround for [issue 19815][]. 17 * Remove the workaround for [issue 19815][].
14 18
15 ## 1.0.1 19 ## 1.0.1
16 20
17 * Ignore errors from one of the servers if others are still bound. In 21 * Ignore errors from one of the servers if others are still bound. In
18 particular, this works around [issue 19815][] on some Windows machines where 22 particular, this works around [issue 19815][] on some Windows machines where
19 IPv6 failure isn't discovered until we try to connect to the socket. 23 IPv6 failure isn't discovered until we try to connect to the socket.
20 24
21 [issue 19815]: http://code.google.com/p/dart/issues/detail?id=19815 25 [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/http_multi_server.dart » ('j') | pkg/http_multi_server/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698