mirror of
https://github.com/curl/curl.git
synced 2026-05-18 05:06:21 +03:00
http2: adjusted to newer nghttp2_session_callbacks struct
the number of elements in the 'nghttp2_session_callbacks' structure is now reduced by 2 in version 0.3.0 (I'm not sure when the change happened, but checking for ver 0.3.0 work for me).
This commit is contained in:
parent
0070f7a09d
commit
341d09bc2b
1 changed files with 0 additions and 2 deletions
|
|
@ -141,8 +141,6 @@ static const nghttp2_session_callbacks callbacks = {
|
|||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue