Skip to content

Commit

Permalink
Merge pull request #19 from todesschaf/wip/draft11
Browse files Browse the repository at this point in the history
Implement draft11
  • Loading branch information
Gábor Molnár committed Apr 21, 2014
2 parents d9793b6 + 7fbd638 commit 64038f6
Show file tree
Hide file tree
Showing 12 changed files with 901 additions and 446 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@ node_modules
.idea
coverage
doc
npm-debug.log
6 changes: 6 additions & 0 deletions HISTORY.md
@@ -1,6 +1,12 @@
Version history
===============

### 0.11.0 (2014-04-16) ###

* Upgrade to the latest draft: [draft-ietf-httpbis-http2-11][draft-11]

[draft-11]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-11

### 0.10.0 (2014-03-12) ###

* Upgrade to the latest draft: [draft-ietf-httpbis-http2-10][draft-10]
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
node-http2-protocol
===================

An HTTP/2 ([draft-ietf-httpbis-http2-10](http://tools.ietf.org/html/draft-ietf-httpbis-http2-10))
An HTTP/2 ([draft-ietf-httpbis-http2-11](http://tools.ietf.org/html/draft-ietf-httpbis-http2-11))
framing layer implementaion for node.js.

Installation
Expand Down

0 comments on commit 64038f6

Please sign in to comment.