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 fa78d249481d4a640f45c6bb951bee4eb77a3974
parent 94eee6a8d157bcd12af62cd9b990e0017db40dc3
Author: Joris Vink <joris@coders.se>
Date:   Tue,  9 Jul 2013 15:23:33 +0200

remove WILLCLOSE, no longer needed

Diffstat:
includes/spdy.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/includes/spdy.h b/includes/spdy.h @@ -82,7 +82,6 @@ extern const unsigned char SPDY_dictionary_txt[]; /* flags */ #define FLAG_FIN 0x01 #define FLAG_UNIDIRECTIONAL 0x02 -#define SPDY_STREAM_WILLCLOSE 0x04 /* settings */ #define SETTINGS_UPLOAD_BANDWIDTH 1