From: Tatsuhiro Tsujikawa Date: Sun, 27 Apr 2014 07:28:31 +0000 (+0900) Subject: http2: Compile with latest nghttp2 X-Git-Tag: curl-7_37_0~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8a220d255a27d654fd3c8f7844065ed2b206ca4;p=thirdparty%2Fcurl.git http2: Compile with latest nghttp2 commit 6d5f40238028f2d8c (Apr 27) or later nghttp2 is now required --- diff --git a/lib/http2.c b/lib/http2.c index 75956a0212..d4bc82afab 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 };