kore/src
Joris Vink 36d603ea67 When negotiating the protocol to be used using the NPN extension keep in mind that http/1.1 can be given there as well. (Googlebot does this, and thus couldn't access Kore sites).
On top of that be extra careful with how many bytes we memcmp() if we receive data from the NPN extension.

This fix makes googlebot and anybody negotiating http/1.1 over NPN properly.
2013-07-10 10:37:37 +02:00
..
accesslog.c Clean up header includes, based on a diff from Ewan Higgs via github. 2013-07-06 20:55:22 +02:00
bsd.c Properly fix bsd.c, sigh. 2013-07-06 21:05:17 +02:00
buf.c Clean up header includes, based on a diff from Ewan Higgs via github. 2013-07-06 20:55:22 +02:00
config.c Clean up header includes, based on a diff from Ewan Higgs via github. 2013-07-06 20:55:22 +02:00
connection.c When negotiating the protocol to be used using the NPN extension keep in mind that http/1.1 can be given there as well. (Googlebot does this, and thus couldn't access Kore sites). 2013-07-10 10:37:37 +02:00
domain.c Clean up header includes, based on a diff from Ewan Higgs via github. 2013-07-06 20:55:22 +02:00
http.c Kore will now keep track of page handlers that cause workers to die. 2013-07-07 14:48:32 +02:00
kore.c Clean up header includes, based on a diff from Ewan Higgs via github. 2013-07-06 20:55:22 +02:00
linux.c Clean up header includes, based on a diff from Ewan Higgs via github. 2013-07-06 20:55:22 +02:00
mem.c Clean up header includes, based on a diff from Ewan Higgs via github. 2013-07-06 20:55:22 +02:00
module.c Kore will now keep track of page handlers that cause workers to die. 2013-07-07 14:48:32 +02:00
net.c Clean up header includes, based on a diff from Ewan Higgs via github. 2013-07-06 20:55:22 +02:00
spdy.c - Do not wrongly ignore WINDOW_UPDATE frames when a stream is still active. 2013-07-09 15:21:48 +02:00
utils.c Clean up header includes, based on a diff from Ewan Higgs via github. 2013-07-06 20:55:22 +02:00
worker.c use handler function name if available when logging a worker process that has died. 2013-07-07 14:56:50 +02:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00