Remove unused NGHTTP2_HD_MAX_BUFFER_LENGTH macro
This commit is contained in:
parent
d61208b394
commit
167a1102e0
|
@ -41,7 +41,6 @@
|
||||||
by the spec. We just chose the arbitrary size */
|
by the spec. We just chose the arbitrary size */
|
||||||
#define NGHTTP2_HD_MAX_NAME 256
|
#define NGHTTP2_HD_MAX_NAME 256
|
||||||
#define NGHTTP2_HD_MAX_VALUE 8192
|
#define NGHTTP2_HD_MAX_VALUE 8192
|
||||||
#define NGHTTP2_HD_MAX_BUFFER_LENGTH (1 << 15)
|
|
||||||
|
|
||||||
/* Default size of maximum table buffer size for encoder. Even if
|
/* Default size of maximum table buffer size for encoder. Even if
|
||||||
remote decoder notifies larger buffer size for its decoding,
|
remote decoder notifies larger buffer size for its decoding,
|
||||||
|
|
Loading…
Reference in New Issue