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

Side by Side Diff: CHANGELOG.md

Issue 1645993002: Allow users of MultiProtocolHttpServer to pass http.ServerSettings (Closed) Base URL: git@github.com:dart-lang/http2.git@master
Patch Set: Created 4 years, 10 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/multiprotocol_server.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 # Changelog 1 # Changelog
2 2
3 ## 0.1.1+1 3 ## 0.1.1+2
4 4
5 * Fixing a performance issue in case the underlying socket is not writeable 5 * Fixing a performance issue in case the underlying socket is not writeable
6 * Allow clients of MultiProtocolHttpServer to supply [http.ServerSettings]
6 7
7 ## 0.1.1 8 ## 0.1.1
8 9
9 * Adding support for MultiProtocolHttpServer in the 10 * Adding support for MultiProtocolHttpServer in the
10 `package:http2/multiprotocol_server.dart` library 11 `package:http2/multiprotocol_server.dart` library
11 12
12 ## 0.1.0 13 ## 0.1.0
13 14
14 * First version of a HTTP/2 transport implementation in the 15 * First version of a HTTP/2 transport implementation in the
15 `package:http2/transport.dart` library 16 `package:http2/transport.dart` library
16 17
17 ## 0.0.1 18 ## 0.0.1
18 19
19 - Initial version 20 - Initial version
OLDNEW
« no previous file with comments | « no previous file | lib/multiprotocol_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698