This commit is contained in:
Joris Vink 2013-05-02 15:00:03 +02:00
parent 84428f7133
commit 4fb8a13f1b
1 changed files with 1 additions and 3 deletions

View File

@ -50,10 +50,8 @@ struct spdy_stream {
u_int8_t flags;
u_int8_t prio;
u_int32_t bytes_expected;
u_int32_t bytes_received;
struct spdy_header_block *hblock;
TAILQ_ENTRY(spdy_stream) list;
};