Commit 167a1102 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Remove unused NGHTTP2_HD_MAX_BUFFER_LENGTH macro

parent d61208b3
...@@ -41,7 +41,6 @@ ...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment