mirror of
https://github.com/curl/curl.git
synced 2026-05-07 19:07:29 +03:00
http2: Compile with latest nghttp2
commit 6d5f40238028f2d8c (Apr 27) or later nghttp2 is now required
This commit is contained in:
parent
2c239ba233
commit
b8a220d255
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue