aboutsummaryrefslogtreecommitdiff
path: root/lib/http2.c
diff options
context:
space:
mode:
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>2014-04-27 16:28:31 +0900
committerDaniel Stenberg <daniel@haxx.se>2014-04-27 19:15:08 +0200
commitb8a220d255a27d654fd3c8f7844065ed2b206ca4 (patch)
tree7c7a66a577063ff0c7782827d312371b5221638a /lib/http2.c
parent2c239ba233f3e51feb99c836f397188cefdd22f8 (diff)
http2: Compile with latest nghttp2
commit 6d5f40238028f2d8c (Apr 27) or later nghttp2 is now required
Diffstat (limited to 'lib/http2.c')
-rw-r--r--lib/http2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http2.c b/lib/http2.c
index 75956a021..d4bc82afa 100644
--- a/lib/http2.c
+++ b/lib/http2.c
@@ -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
};