aboutsummaryrefslogtreecommitdiffstats
path: root/epan/nghttp2/nghttp2.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-07-18 21:30:59 +0200
committerEvan Huus <eapache@gmail.com>2014-07-19 00:55:08 +0000
commit5cc2ab74af486611def7bcc14105c1a0257b41de (patch)
treee676da30bb657d0779c715b76b557300851acc5f /epan/nghttp2/nghttp2.h
parent4b720691c45e1a803bdcc01567ac1ec52da62740 (diff)
HTTP2: Update to nghttp2 lib 0.5.0
Change-Id: Ia63c066e482f633ef5096f2341d74de749422102 Reviewed-on: https://code.wireshark.org/review/3104 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/nghttp2/nghttp2.h')
-rw-r--r--epan/nghttp2/nghttp2.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/epan/nghttp2/nghttp2.h b/epan/nghttp2/nghttp2.h
index 0e0166529f..1ddcc8ed9c 100644
--- a/epan/nghttp2/nghttp2.h
+++ b/epan/nghttp2/nghttp2.h
@@ -35,7 +35,7 @@ extern "C" {
#include <stdint.h>
#include <sys/types.h>
-#include "nghttp2ver.h"
+#include <nghttp2ver.h>
/**
* @macro
@@ -346,10 +346,6 @@ typedef enum {
NGHTTP2_ERR_CALLBACK_FAILURE = -902
} nghttp2_error;
-typedef enum {
- NGHTTP2_MSG_MORE
-} nghttp2_io_flag;
-
/**
* @enum
*
@@ -518,6 +514,8 @@ typedef enum {
*/
NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE = 0x04
} nghttp2_settings_id;
+/* Note: If we add SETTINGS, update the capacity of
+ NGHTTP2_INBOUND_NUM_IV as well */
/**
* @macro