1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 09:21:50 -05:00

http2: Compile with latest nghttp2

commit 6d5f40238028f2d8c (Apr 27) or later nghttp2 is now required
This commit is contained in:
Tatsuhiro Tsujikawa 2014-04-27 16:28:31 +09:00 committed by Daniel Stenberg
parent 2c239ba233
commit b8a220d255

View 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
};