From 341d09bc2b0296b53a72d8050e5db2de9d55f7f4 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Wed, 29 Jan 2014 22:52:22 +0100 Subject: 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). --- lib/http2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/http2.c b/lib/http2.c index 1282d91cf..c6588b577 100644 --- a/lib/http2.c +++ b/lib/http2.c @@ -141,8 +141,6 @@ static const nghttp2_session_callbacks callbacks = { NULL, NULL, NULL, - NULL, - NULL, NULL }; -- cgit v1.2.3