Remove NGHTTP2_HD_INVALID_INDEX
This commit is contained in:
parent
6d7bcabe4c
commit
afd5cd0585
|
@ -38,10 +38,6 @@
|
|||
#define NGHTTP2_HD_MAX_ENTRY_SIZE 3072
|
||||
#define NGHTTP2_HD_ENTRY_OVERHEAD 32
|
||||
|
||||
/* This value is sensible to NGHTTP2_HD_MAX_BUFFER_SIZE. Currently,
|
||||
the index is at most 128, so 255 is good choice */
|
||||
#define NGHTTP2_HD_INVALID_INDEX 255
|
||||
|
||||
typedef enum {
|
||||
NGHTTP2_HD_SIDE_CLIENT = 0,
|
||||
NGHTTP2_HD_SIDE_SERVER = 1
|
||||
|
|
Loading…
Reference in New Issue