aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index f178f44e..9977ea6b 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -4724,6 +4724,9 @@ connection_reset (struct MHD_Connection *connection,
4724 c->last = NULL; 4724 c->last = NULL;
4725 c->colon = NULL; 4725 c->colon = NULL;
4726 c->header_size = 0; 4726 c->header_size = 0;
4727#if defined(BAUTH_SUPPORT) || defined(DAUTH_SUPPORT)
4728 c->rq_auth = NULL;
4729#endif
4727 c->keepalive = MHD_CONN_KEEPALIVE_UNKOWN; 4730 c->keepalive = MHD_CONN_KEEPALIVE_UNKOWN;
4728 /* Reset the read buffer to the starting size, 4731 /* Reset the read buffer to the starting size,
4729 preserving the bytes we have already read. */ 4732 preserving the bytes we have already read. */