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 0250c8ecba08681b98839d5f00defa3b25d153aa
parent 261fb3c3fa8f9b919d1c87e946a3d12ce96ab838
Author: Joris Vink <joris@coders.se>
Date:   Wed,  1 Feb 2017 21:20:43 +0100

style

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

diff --git a/src/http.c b/src/http.c @@ -1320,7 +1320,7 @@ multipart_file_add(struct http_request *req, struct kore_buf *in, struct http_file *f; size_t position, len; - position= req->http_body_offset - in->offset; + position = req->http_body_offset - in->offset; if (!multipart_find_data(in, NULL, &len, req, boundary, blen)) return;