aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/zenhttp.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2026-04-09 10:34:30 +0200
committerGitHub Enterprise <[email protected]>2026-04-09 10:34:30 +0200
commit4598f710da2d0e387c53eb97d983ff520c211a8f (patch)
treeb731277ec552a5ad978e1caa104a082ce25ecf2b /src/zenhttp/zenhttp.cpp
parent5.8.3 (diff)
downloadzen-4598f710da2d0e387c53eb97d983ff520c211a8f.tar.xz
zen-4598f710da2d0e387c53eb97d983ff520c211a8f.zip
migrate from http_parser to llhttp (#929)
Diffstat (limited to 'src/zenhttp/zenhttp.cpp')
-rw-r--r--src/zenhttp/zenhttp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenhttp/zenhttp.cpp b/src/zenhttp/zenhttp.cpp
index 3ac8eea8d..0b2a7ca7c 100644
--- a/src/zenhttp/zenhttp.cpp
+++ b/src/zenhttp/zenhttp.cpp
@@ -16,6 +16,7 @@ zenhttp_forcelinktests()
{
http_forcelink();
httpclient_forcelink();
+ httpparser_forcelink();
httpclient_test_forcelink();
forcelink_packageformat();
passwordsecurity_forcelink();