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 e95d9cc88ec3bff3aa74938d9730ad18a30db497
parent aa1f475bab32a2dc1ad27da757fba73a0c6c2354
Author: Joris Vink <joris@coders.se>
Date:   Fri, 31 Jul 2015 15:29:16 +0200

Bump HTTP_MAX_QUERY_ARGS to 20.

Diffstat:
includes/http.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/http.h b/includes/http.h @@ -28,7 +28,7 @@ extern "C" { #define HTTP_URI_LEN 2000 #define HTTP_USERAGENT_LEN 256 #define HTTP_REQ_HEADER_MAX 25 -#define HTTP_MAX_QUERY_ARGS 10 +#define HTTP_MAX_QUERY_ARGS 20 #define HTTP_MAX_COOKIES 10 #define HTTP_REQUEST_LIMIT 1000