http2: Compile with latest nghttp2
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Sun, 27 Apr 2014 07:28:31 +0000 (16:28 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 27 Apr 2014 17:15:08 +0000 (19:15 +0200)
commit 6d5f40238028f2d8c (Apr 27) or later nghttp2 is now required

lib/http2.c

index 75956a0..d4bc82a 100644 (file)
@@ -400,6 +400,7 @@ static const nghttp2_session_callbacks callbacks = {
   on_header              /* nghttp2_on_header_callback */
 #if NGHTTP2_VERSION_NUM >= 0x000400
   , NULL                 /* nghttp2_select_padding_callback */
+  , NULL                 /* nghttp2_adjust_priority_callback */
 #endif
 };