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 f400f2b..3d806e6 100644
--- a/handler.c
+++ b/handler.c
@@ -110,7 +110,8 @@ static struct client *find_or_alloc_client(struct handler *const h,
.length = on_length,
.user = ret,
.tmpdir = h->cfg.tmpdir,
- .max_headers = h->cfg.max_headers
+ .max_headers = h->cfg.max_headers,
+ .post = h->cfg.post
};
*ret = (const struct client)