aboutsummaryrefslogtreecommitdiff
path: root/handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/handler.c b/handler.c
index 61a2806..f6e47a3 100644
--- a/handler.c
+++ b/handler.c
@@ -109,7 +109,8 @@ static struct client *find_or_alloc_client(struct handler *const h,
.payload = on_payload,
.length = on_length,
.user = ret,
- .tmpdir = h->cfg.tmpdir
+ .tmpdir = h->cfg.tmpdir,
+ .max_headers = h->cfg.max_headers
};
*ret = (const struct client)