Move back to http-parser from llhttp

Closes: #1081534
This commit is contained in:
Timo Röhling 2024-09-12 16:04:45 +02:00
parent 8e57096c18
commit 1dc2ceba0c
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -11,7 +11,7 @@ Build-Depends:
cmake,
debhelper-compat (= 13),
libkrb5-dev,
libllhttp-dev,
libhttp-parser-dev,
libmbedtls-dev,
libpcre2-dev,
libssh2-1-dev,

2
debian/rules vendored
View File

@ -20,7 +20,7 @@ COMMON_CMAKE_FLAGS = \
-DREGEX_BACKEND=pcre2 \
-DUSE_GSSAPI=ON \
-DUSE_HTTPS=mbedTLS \
-DUSE_HTTP_PARSER=llhttp \
-DUSE_HTTP_PARSER=http-parser \
-DUSE_NTLMCLIENT=OFF \
-DUSE_SSH=ON