Commit 84d1fffb authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Announce HTTP-draft-09/2.0

parent 8a94bc90
......@@ -40,7 +40,7 @@ extern "C" {
*
* The protocol version identification of this library supports.
*/
#define NGHTTP2_PROTO_VERSION_ID "HTTP-draft-08/2.0"
#define NGHTTP2_PROTO_VERSION_ID "HTTP-draft-09/2.0"
/**
* @macro
*
......
......@@ -33,7 +33,7 @@ static void http2(void)
{
const unsigned char p[] = {
8, 'h', 't', 't', 'p', '/', '1', '.', '1',
17, 'H', 'T', 'T', 'P', '-', 'd', 'r', 'a', 'f', 't', '-', '0', '8', '/',
17, 'H', 'T', 'T', 'P', '-', 'd', 'r', 'a', 'f', 't', '-', '0', '9', '/',
'2', '.', '0',
6, 's', 'p', 'd', 'y', '/', '3'
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment