Commit 341d09bc authored by Gisle Vanem's avatar Gisle Vanem Committed by Daniel Stenberg
Browse files

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).
parent 0070f7a0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -141,8 +141,6 @@ static const nghttp2_session_callbacks callbacks = {
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL
};