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 697ff6d9809ce9778a5f727eb2fe24ddefc9863d
parent 0be748ee0f40ad42200bd690a84ce89506772fc1
Author: Joris Vink <joris@coders.se>
Date:   Wed, 29 May 2013 12:27:53 +0200

Merge remote branch 'origin/master'

Diffstat:
example/src/example.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/example/src/example.c b/example/src/example.c @@ -57,6 +57,7 @@ betrippin_serve_style_css(struct http_request *req) kore_log("header was present with %ld", tstamp); } + tstamp = 0; if (tstamp != 0 && tstamp <= static_mtime_css_style) { ret = http_response(req, 304, NULL, 0); } else {