From 3c631b5625682e1643ff20b7b3641b30416c1912 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 22 Mar 2014 17:16:25 +0900 Subject: [PATCH] Code cleanup --- lib/nghttp2_session.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/nghttp2_session.h b/lib/nghttp2_session.h index 78af0077..d9c193bf 100644 --- a/lib/nghttp2_session.h +++ b/lib/nghttp2_session.h @@ -54,16 +54,14 @@ typedef enum { typedef struct { nghttp2_outbound_item *item; - nghttp2_bufs framebufs; nghttp2_outbound_state state; } nghttp2_active_outbound_item; -/* Buffer length for inbound raw byte stream. */ +/* Buffer length for inbound raw byte stream used in + nghttp2_session_recv(). */ #define NGHTTP2_INBOUND_BUFFER_LENGTH 16384 -#define NGHTTP2_INITIAL_NV_BUFFER_LENGTH 4096 - /* Internal state when receiving incoming frame */ typedef enum { /* Receiving frame header */