Fix 'no TLS' problem with RequestWithoutContentLengthOrTransferEncoding

This commit is contained in:
yhirose
2026-02-10 23:21:43 -10:00
parent 1f1a799d13
commit 02e4c53685
2 changed files with 21 additions and 13 deletions

View File

@@ -13,6 +13,9 @@ mbedtls:
@(cd test && make test_mbedtls && LSAN_OPTIONS=suppressions=lsan_suppressions.txt ./test_mbedtls)
@(cd test && make proxy_mbedtls)
no_tls:
@(cd test && make test_no_tls && ./test_no_tls)
fuzz:
@(cd test && make fuzz_test)