summaryrefslogtreecommitdiff
path: root/src/reqpool.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-07-29 02:32:08 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-09-08 15:06:06 -0400
commit62a9d5b78fa84c56397b673b5cf42abaf78ba6c8 (patch)
tree60b3d977954350ccd433474814164d1da00aa9d5 /src/reqpool.h
parent323e03fb2d0016d2ecf52d51ac7eb21f16f9e222 (diff)
downloadlighttpd-git-62a9d5b78fa84c56397b673b5cf42abaf78ba6c8.tar.gz
[core] clear request,connection pools every 64 sec (#3084)
x-ref: "Memory fragmentation with HTTP/2 enabled" https://redmine.lighttpd.net/issues/3084
Diffstat (limited to 'src/reqpool.h')
-rw-r--r--src/reqpool.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/reqpool.h b/src/reqpool.h
index ac2e83b8..ef1d395f 100644
--- a/src/reqpool.h
+++ b/src/reqpool.h
@@ -23,9 +23,6 @@ __attribute_cold__
void request_free_data (request_st *r);
__attribute_cold__
-void request_pool_extend (server *srv, uint32_t sz);
-
-__attribute_cold__
void request_pool_free (void);
#endif