From b8a220d255a27d654fd3c8f7844065ed2b206ca4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 27 Apr 2014 16:28:31 +0900 Subject: http2: Compile with latest nghttp2 commit 6d5f40238028f2d8c (Apr 27) or later nghttp2 is now required --- lib/http2.c | 1 + 1 file changed, 1 insertion(+) 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 }; -- cgit v1.2.3