aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@yahoo.no>2014-01-29 22:52:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-01-29 22:52:22 +0100
commit341d09bc2b0296b53a72d8050e5db2de9d55f7f4 (patch)
treef75c6aeb024e48c5c262906b7e298fb5532bee82 /lib
parent0070f7a09d4bc56e41e49a9e1e0e7917278d54d3 (diff)
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).
Diffstat (limited to 'lib')
-rw-r--r--lib/http2.c2
1 files changed, 0 insertions, 2 deletions
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
};