Remove NGHTTP2_HD_INVALID_INDEX

This commit is contained in:
Tatsuhiro Tsujikawa 2013-10-13 17:44:58 +09:00
parent 6d7bcabe4c
commit afd5cd0585
1 changed files with 0 additions and 4 deletions

View File

@ -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