summaryrefslogtreecommitdiff
path: root/src/gw_backend.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-07-28 05:37:50 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-09-08 15:06:06 -0400
commit323e03fb2d0016d2ecf52d51ac7eb21f16f9e222 (patch)
treea184368400452fa219c4b517ba7901c9c9d81164 /src/gw_backend.c
parentdc2d1dfe47ea93efdb38a3e6ca33cfc3b78b1049 (diff)
downloadlighttpd-git-323e03fb2d0016d2ecf52d51ac7eb21f16f9e222.tar.gz
[core] remove connection_list_append()
merge connection_list_append() into connection_fdwaitqueue_append() (not converted to singly-linked-list since fdwaitqueue is not expected to be used during normal operation (except extreme overload condition), so use allocated list of pointers (allocated when needed) instead of adding ptr member to (every) allocated struct connection) remove connections-glue.c remove inclusion of connections.h by non-base files
Diffstat (limited to 'src/gw_backend.c')
-rw-r--r--src/gw_backend.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gw_backend.c b/src/gw_backend.c
index 772c3654..a1dbb28b 100644
--- a/src/gw_backend.c
+++ b/src/gw_backend.c
@@ -1072,7 +1072,6 @@ static void gw_restart_dead_procs(gw_host * const host, log_error_st * const err
#include "base.h"
-#include "connections.h"
#include "response.h"