kore/src
Joris Vink ce874f09ea Cut memory usage for incoming HTTP bodies in half.
Kore pre-allocates a kore_buf for the full size of the
incoming HTTP body ... but also was passing the full
size to the net_recv_reset() function.

Instead of this, properly read smaller chunks from the
network and append them to the body buffer as they roll in.
2016-01-08 20:56:21 +01:00
..
accesslog.c correct headers. 2016-01-07 09:24:45 +01:00
auth.c Do not run kore_split_string() on original cookie 2015-12-14 18:48:48 +01:00
bsd.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
buf.c Remove whitespace. 2016-01-04 13:09:45 +01:00
cli.c Reduce memory footprint for NOTLS builds. 2016-01-07 09:20:09 +01:00
config.c Improve http_body_max directive a bit. 2016-01-08 17:54:40 +01:00
connection.c Reduce memory footprint for NOTLS builds. 2016-01-07 09:20:09 +01:00
domain.c Reduce memory footprint for NOTLS builds. 2016-01-07 09:20:09 +01:00
http.c Cut memory usage for incoming HTTP bodies in half. 2016-01-08 20:56:21 +01:00
kore.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
linux.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
mem.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
module.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
msg.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
net.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
pgsql.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
pool.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
tasks.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
timer.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
utils.c correct headers. 2016-01-07 09:24:45 +01:00
validator.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00
websocket.c Reduce memory footprint for NOTLS builds. 2016-01-07 09:20:09 +01:00
worker.c Bump copyright to 2016. 2016-01-04 12:58:51 +01:00