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 06ae4644e006e4affd10e92ca7bef4e92e528404
parent e9b4f966c2525fe87daca708d6231be69dbc687a
Author: Joris Vink <joris@coders.se>
Date:   Tue,  7 Feb 2017 23:04:24 +0100

spacing & style

Diffstat:
includes/http.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/includes/http.h b/includes/http.h @@ -40,9 +40,9 @@ extern "C" { #define HTTP_MAX_QUERY_ARGS 20 #define HTTP_MAX_COOKIES 10 #define HTTP_MAX_COOKIENAME 255 -#define HTTP_HEADER_BUFSIZE 1024 -#define HTTP_COOKIE_BUFSIZE 1024 -#define HTTP_DATE_MAXSIZE 255 +#define HTTP_HEADER_BUFSIZE 1024 +#define HTTP_COOKIE_BUFSIZE 1024 +#define HTTP_DATE_MAXSIZE 255 #define HTTP_REQUEST_LIMIT 1000 #define HTTP_BODY_DISK_PATH "tmp_files" #define HTTP_BODY_DISK_OFFLOAD 0