Code cleanup

This commit is contained in:
Tatsuhiro Tsujikawa 2014-03-22 17:16:25 +09:00
parent 774cf88f68
commit 3c631b5625
1 changed files with 2 additions and 4 deletions

View File

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