kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 4fb8a13f1ba68a8083c9e403bcb39299a52f5461
parent 84428f7133110ffde9a7479c5160e9f5bd5220ed
Author: Joris Vink <joris@coders.se>
Date:   Thu,  2 May 2013 15:00:03 +0200

mmmm

Diffstat:
includes/spdy.h | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/includes/spdy.h b/includes/spdy.h @@ -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; };