>>> llhttp: Building community/llhttp 9.3.1-r0 (using abuild 3.16.0-r0) started Sun, 08 Mar 2026 20:59:08 +0000 >>> llhttp: Validating /home/buildozer/aports/community/llhttp/APKBUILD... >>> llhttp: Analyzing dependencies... >>> llhttp: Installing for build: build-base cmake clang samurai npm ( 1/24) Installing libbz2 (1.0.8-r6) ( 2/24) Installing xz-libs (5.8.2-r0) ( 3/24) Installing libarchive (3.8.5-r0) ( 4/24) Installing rhash-libs (1.4.6-r0) ( 5/24) Installing libuv (1.51.0-r0) ( 6/24) Installing cmake (4.2.3-r0) ( 7/24) Installing clang22-headers (22.1.0-r0) ( 8/24) Installing libffi (3.5.2-r0) ( 9/24) Installing libxml2 (2.13.9-r0) (10/24) Installing llvm22-libs (22.1.0-r0) (11/24) Installing clang22-libs (22.1.0-r0) (12/24) Installing llvm22-linker-tools (22.1.0-r0) (13/24) Installing clang22 (22.1.0-r0) (14/24) Installing samurai (1.2-r8) (15/24) Installing ca-certificates (20251003-r0) (16/24) Installing ada-libs (3.3.0-r0) (17/24) Installing icu-data-en (78.1-r0) Executing icu-data-en-78.1-r0.post-install * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. (18/24) Installing icu-libs (78.1-r0) (19/24) Installing simdjson (4.2.4-r0) (20/24) Installing simdutf (8.0.0-r0) (21/24) Installing sqlite-libs (3.51.2-r1) (22/24) Installing nodejs (24.13.0-r3) (23/24) Installing npm (11.9.0-r0) (24/24) Installing .makedepends-llhttp (20260308.205910) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20251003-r0.trigger OK: 727.1 MiB in 129 packages >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.3.1.tar.gz /var/cache/distfiles/edge/llhttp-9.3.1.tar.gz: OK >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.3.1.tar.gz /var/cache/distfiles/edge/llhttp-9.3.1.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/edge/llhttp-9.3.1.tar.gz... > llhttp@9.3.1 prepare > npm run clean && npm run build-ts > llhttp@9.3.1 clean > rm -rf lib && rm -rf test/tmp > llhttp@9.3.1 build-ts > tsc added 153 packages, and audited 154 packages in 5s 40 packages are looking for funding run `npm fund` for details 6 vulnerabilities (1 low, 4 moderate, 1 high) To address issues that do not require attention, run: npm audit fix Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. rm -rf release/ node --import tsx bin/generate.ts rm -rf build/ rm -rf release mkdir -p release/src mkdir -p release/include cp -rf build/llhttp.h release/include/ cp -rf build/c/llhttp.c release/src/ cp -rf src/native/*.c release/src/ cp -rf src/llhttp.gyp release/ cp -rf src/common.gypi release/ sed s/_RELEASE_/9.3.1/ CMakeLists.txt > release/CMakeLists.txt cp -rf libllhttp.pc.in release/ cp -rf README.md release/ cp -rf LICENSE release/ -- The C compiler identification is GNU 15.2.0 -- The CXX compiler identification is GNU 15.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- -- -- Project configure summary: -- -- CMake build type .................: MINSIZEREL -- Install prefix ...................: /usr -- Build shared library .............: ON -- Build static library .............: OFF -- -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/llhttp/src/llhttp-9.3.1/releasebuild [1/5] Building C object CMakeFiles/llhttp_shared.dir/src/api.c.o [2/5] Building C object CMakeFiles/llhttp_shared.dir/src/http.c.o [3/5] Building C object CMakeFiles/llhttp_shared.dir/src/llhttp.c.o [4/5] Linking C shared library libllhttp.so.9.3.1 [5/5] Creating library symlink libllhttp.so.9.3 libllhttp.so > llhttp@9.3.1 test > node --import tsx ./test/md-test.ts ▶ Sample requests at request/sample.md:1 ▶ Simple request at request/sample.md:6 ✔ should pass for type="request" (location=request/sample.md:6) (2391.574936ms) ✔ Simple request at request/sample.md:6 (2393.150432ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (72.883696ms) ✔ Request with method starting with `H` at request/sample.md:39 (73.202778ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (229.193273ms) ✔ curl GET at request/sample.md:67 (229.469796ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (254.123645ms) ✔ Firefox GET at request/sample.md:105 (254.409408ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (141.129024ms) ✔ DUMBPACK at request/sample.md:168 (141.539548ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (115.914289ms) ✔ No headers and no body at request/sample.md:196 (116.217893ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (135.325526ms) ✔ One header and no body at request/sample.md:219 (135.584608ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (123.986491ms) ✔ Apache bench GET at request/sample.md:247 (124.225414ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (64.567932ms) ✔ Prefix newline at request/sample.md:288 (64.797174ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (25.631858ms) ✔ No HTTP version at request/sample.md:314 (25.895981ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2160.448725ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2160.673047ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (171.44721ms) ✔ Line folding in header value with LF at request/sample.md:394 (171.643613ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (67.094277ms) ✔ No LF after CR at request/sample.md:432 (67.30672ms) ▶ No LF after CR (lenient) at request/sample.md:454 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/sample.md:454) (2015.914186ms) ✔ No LF after CR (lenient) at request/sample.md:454 (2016.127909ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (109.00674ms) ✔ Request starting with CRLF at request/sample.md:478 (109.215262ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (3.710557ms) ✔ Extended Characters at request/sample.md:506 (3.8868ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (3.249633ms) ✔ 255 ASCII in header value at request/sample.md:536 (3.411275ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (728.458592ms) ✔ X-SSL-Nonsense at request/sample.md:571 (728.647835ms) ✔ Sample requests at request/sample.md:1 (8822.123359ms) ▶ Lenient header value parsing at request/lenient-headers.md:1 ▶ Header value at request/lenient-headers.md:82 ▶ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:109) (150.657361ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (150.875083ms) ✔ Header value at request/lenient-headers.md:82 (151.045324ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (95.857328ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (96.039489ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (205.673916ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (205.854677ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (102.722316ms) ✔ Header value at request/lenient-headers.md:82 (102.910079ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (556.221094ms) ▶ Lenient HTTP version parsing at request/lenient-version.md:1 ▶ Invalid HTTP version (lenient) at request/lenient-version.md:4 ✔ should pass for type="request-lenient-version" (location=request/lenient-version.md:4) (1998.35253ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (1998.519772ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (1998.647453ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (71.38076ms) ✔ REPORT request at request/method.md:4 (71.545402ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (222.813729ms) ✔ CONNECT request at request/method.md:27 (222.996211ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (165.659632ms) ✔ CONNECT request with CAPS at request/method.md:62 (165.849714ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (209.606156ms) ✔ CONNECT with body at request/method.md:96 (209.784238ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (135.046803ms) ✔ M-SEARCH request at request/method.md:135 (135.222685ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (212.276503ms) ✔ PATCH request at request/method.md:173 (212.475664ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (147.377487ms) ✔ PURGE request at request/method.md:217 (147.57609ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (127.86553ms) ✔ SEARCH request at request/method.md:245 (128.056653ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (167.808774ms) ✔ LINK request at request/method.md:273 (167.986216ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (172.3649ms) ✔ LINK request at request/method.md:311 (172.547182ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (168.090857ms) ✔ SOURCE request at request/method.md:344 (168.281378ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (168.983665ms) ✔ SOURCE request with ICE at request/method.md:372 (169.163987ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (169.46567ms) ✔ OPTIONS request with RTSP at request/method.md:400 (169.647152ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (172.766384ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (172.941666ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (70.084747ms) ✔ PRI request HTTP2 at request/method.md:458 (70.262909ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (258.138205ms) ✔ QUERY request at request/method.md:482 (258.329367ms) ✔ Methods at request/method.md:1 (2644.053368ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (151.726491ms) ✔ Quotes in URI at request/uri.md:4 (151.904134ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (112.783098ms) ✔ Query URL with question mark at request/uri.md:27 (112.96226ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (144.432578ms) ✔ Host terminated by a query string at request/uri.md:52 (144.807342ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (152.844623ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (153.109025ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (103.214082ms) ✔ Query URL with vertical bar character at request/uri.md:98 (103.386323ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (124.937621ms) ✔ `host:port` terminated by a space at request/uri.md:125 (125.107863ms) ▶ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 ✔ should pass for type="request" (location=request/uri.md:148) (3.909159ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (4.064201ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (167.987576ms) ✔ Fragment in URI at request/uri.md:165 (168.148617ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (178.226999ms) ✔ Underscore in hostname at request/uri.md:188 (178.395041ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (176.835625ms) ✔ `host:port` and basic auth at request/uri.md:222 (177.009786ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (5.504576ms) ✔ Space in URI at request/uri.md:245 (5.637577ms) ✔ URI at request/uri.md:1 (1325.732661ms) ▶ Connection header at request/connection.md:1 ▶ `keep-alive` at request/connection.md:4 ▶ Setting flag at request/connection.md:6 ✔ should pass for type="request" (location=request/connection.md:6) (135.847532ms) ✔ Setting flag at request/connection.md:6 (136.002613ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (144.417338ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (144.58002ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (126.953641ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (127.121643ms) ▶ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:107) (2090.087777ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2090.265619ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (225.547397ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (225.718638ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (142.972123ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (143.127004ms) ✔ `keep-alive` at request/connection.md:4 (2867.332383ms) ▶ `close` at request/connection.md:234 ▶ Setting flag on `close` at request/connection.md:236 ✔ should pass for type="request" (location=request/connection.md:236) (125.82639ms) ✔ Setting flag on `close` at request/connection.md:236 (125.969752ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (247.983903ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (248.141904ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (261.53064ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (261.695881ms) ✔ `close` at request/connection.md:234 (636.072861ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (246.233926ms) ✔ Sample at request/connection.md:375 (246.385647ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (248.247626ms) ✔ Multiple tokens with folding at request/connection.md:403 (248.404708ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (147.407408ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (147.57065ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (152.119575ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (152.291818ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (133.230464ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (133.387307ms) ▶ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:559) (135.338766ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (135.644169ms) ✔ Parsing multiple tokens at request/connection.md:373 (1064.120382ms) ▶ `upgrade` at request/connection.md:599 ▶ Setting a flag and pausing at request/connection.md:601 ✔ should pass for type="request" (location=request/connection.md:601) (171.198368ms) ✔ Setting a flag and pausing at request/connection.md:601 (171.336849ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (133.419387ms) ✔ Emitting part of body and pausing at request/connection.md:635 (133.569028ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (284.568112ms) ✔ Upgrade GET request at request/connection.md:675 (284.735235ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (228.029462ms) ✔ Upgrade POST request at request/connection.md:734 (228.194744ms) ✔ `upgrade` at request/connection.md:599 (818.160259ms) ✔ Connection header at request/connection.md:1 (5385.995367ms) ▶ Content-Length header at request/content-length.md:1 ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ▶ Spaces in `Content-Length` #2 at request/content-length.md:317 ✔ should pass for type="request" (location=request/content-length.md:317) (127.324325ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:317 (127.471647ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:343 ✔ should pass for type="request" (location=request/content-length.md:343) (135.459448ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:343 (135.619809ms) ▶ Empty `Content-Length` at request/content-length.md:369 ✔ should pass for type="request" (location=request/content-length.md:369) (114.695278ms) ✔ Empty `Content-Length` at request/content-length.md:369 (114.85212ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (378.162337ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (143.018444ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (143.167966ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (183.218609ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (183.374771ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (187.913497ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (188.070938ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (181.127389ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (181.27703ms) ▶ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 ✔ should pass for type="request" (location=request/content-length.md:129) (222.97153ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (223.187213ms) ▶ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 ✔ should pass for type="request" (location=request/content-length.md:159) (136.493498ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (136.655299ms) ▶ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 ✔ should pass for type="request-lenient-headers" (location=request/content-length.md:189) (140.307537ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (140.465938ms) ▶ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 ✔ should pass for type="request-lenient-chunked-length" (location=request/content-length.md:229) (2120.998651ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2121.163933ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (250.791251ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (250.948893ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (133.249706ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (133.405667ms) ▶ `Content-Length` with CR instead of dash at request/content-length.md:394 ✔ should pass for type="request" (location=request/content-length.md:394) (4.050961ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:394 (4.191522ms) ▶ Content-Length reset when no body is received at request/content-length.md:417 ✔ should pass for type="request" (location=request/content-length.md:417) (2026.77246ms) ✔ Content-Length reset when no body is received at request/content-length.md:417 (2026.929582ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:466 ✔ should pass for type="request" (location=request/content-length.md:466) (134.968442ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:466 (135.131244ms) ▶ Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/content-length.md:492) (133.904471ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 (134.067553ms) ✔ Content-Length header at request/content-length.md:1 (6381.250817ms) ▶ Transfer-Encoding header at request/transfer-encoding.md:1 ▶ `chunked` at request/transfer-encoding.md:4 ▶ Parsing and setting flag at request/transfer-encoding.md:6 ✔ should pass for type="request" (location=request/transfer-encoding.md:6) (172.914425ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (173.092948ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (224.823389ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (224.977191ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (225.76908ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (225.951201ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (198.420203ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (198.596325ms) ▶ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 ✔ should pass for type="request" (location=request/transfer-encoding.md:144) (176.050217ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (176.218898ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (239.307656ms) ✔ Trailing headers at request/transfer-encoding.md:186 (239.634499ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (228.657869ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (228.89115ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (220.792789ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (220.961551ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (193.054469ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (193.231471ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (262.902014ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (263.133777ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (277.238799ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (277.418681ms) ✔ `chunked` at request/transfer-encoding.md:4 (2423.064221ms) ▶ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 ▶ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 ✔ should pass for type="request" (location=request/transfer-encoding.md:976) (268.48235ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (268.634592ms) ▶ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/transfer-encoding.md:1025) (288.916397ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (289.081278ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (161.811234ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (161.973275ms) ▶ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 ✔ should pass for type="request-lenient-optional-crlf-after-chunk" (location=request/transfer-encoding.md:1140) (2120.641889ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2120.807331ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (2840.828999ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (4.474326ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (4.619527ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (217.582117ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (217.757078ms) ▶ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 ✔ should pass for type="request-lenient-chunked-length" (location=request/transfer-encoding.md:530) (220.656188ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (220.814149ms) ▶ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 ✔ should pass for type="request" (location=request/transfer-encoding.md:574) (208.597066ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (208.751588ms) ▶ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 ✔ should pass for type="request" (location=request/transfer-encoding.md:613) (5.014611ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (5.145532ms) ▶ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 ✔ should pass for type="request" (location=request/transfer-encoding.md:644) (3.988441ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (4.128242ms) ▶ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 ✔ should pass for type="request-lenient-transfer-encoding" (location=request/transfer-encoding.md:680) (2130.776432ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2130.928673ms) ▶ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 ✔ should pass for type="request-lenient-transfer-encoding" (location=request/transfer-encoding.md:713) (238.502288ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (238.657929ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (224.559268ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (224.709189ms) ▶ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 ✔ should pass for type="request" (location=request/transfer-encoding.md:793) (259.394698ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (259.55198ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (225.437836ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (225.586317ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (214.240563ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (214.390244ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (224.538227ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (224.693228ms) ▶ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 ✔ should pass for type="request-lenient-headers" (location=request/transfer-encoding.md:942) (251.683861ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (251.846703ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (244.912832ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (245.061074ms) ▶ Space after chunk header (lenient) at request/transfer-encoding.md:1215 ✔ should pass for type="request-lenient-spaces-after-chunk-size" (location=request/transfer-encoding.md:1215) (2111.717561ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2111.894402ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (12053.68681ms) ▶ Invalid requests at request/invalid.md:1 ▶ Invalid space after start line at request/invalid.md:509 ▶ Only LFs present at request/invalid.md:531 ✔ should pass for type="request" (location=request/invalid.md:531) (231.336416ms) ✔ Only LFs present at request/invalid.md:531 (231.483897ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2106.63675ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2106.854231ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (200.205582ms) ✔ Spaces before headers at request/invalid.md:650 (200.367183ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (206.489765ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (206.851728ms) ✔ Invalid space after start line at request/invalid.md:509 (2746.007245ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (186.961527ms) ✔ ICE protocol and GET method at request/invalid.md:4 (187.110969ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (194.208481ms) ✔ ICE protocol, but not really at request/invalid.md:25 (194.371402ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (199.471654ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (199.650736ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (214.619287ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (214.760329ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (119.795169ms) ✔ Headers separated by CR at request/invalid.md:87 (119.943011ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (148.5839ms) ✔ Headers separated by LF at request/invalid.md:113 (148.740381ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (272.174628ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (272.322309ms) ▶ Headers separated by dummy characters (lenient) at request/invalid.md:181 ✔ should pass for type="request-lenient-optional-lf-after-cr" (location=request/invalid.md:181) (270.677733ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (270.898255ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (182.399562ms) ✔ Empty headers separated by CR at request/invalid.md:216 (182.563003ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (148.421298ms) ✔ Empty headers separated by LF at request/invalid.md:254 (148.577181ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (4.387124ms) ✔ Invalid header token #1 at request/invalid.md:287 (4.513326ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (3.902639ms) ✔ Invalid header token #2 at request/invalid.md:310 (4.020681ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (3.95304ms) ✔ Invalid header token #3 at request/invalid.md:333 (4.074041ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (74.319711ms) ✔ Invalid method at request/invalid.md:356 (74.457472ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (4.178642ms) ✔ Illegal header field name line folding at request/invalid.md:372 (4.308204ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (4.00672ms) ✔ Corrupted Connection header at request/invalid.md:396 (4.120842ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (4.198482ms) ✔ Corrupted header name at request/invalid.md:425 (4.313283ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (3.94664ms) ✔ Missing CR between headers at request/invalid.md:454 (4.05768ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (3.969841ms) ✔ Invalid HTTP version at request/invalid.md:490 (4.083321ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (98.255912ms) ✔ Invalid space after start line at request/invalid.md:509 (98.391913ms) ✔ Invalid requests at request/invalid.md:1 (4892.638999ms) ▶ Finish at request/finish.md:1 ▶ It should be safe to finish after GET request at request/finish.md:6 ✔ should pass for type="request-finish" (location=request/finish.md:6) (1946.545455ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (1946.681056ms) ▶ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 ✔ should pass for type="request-finish" (location=request/finish.md:30) (134.269555ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (134.417157ms) ▶ It should be unsafe to finish inside of the header at request/finish.md:55 ✔ should pass for type="request-finish" (location=request/finish.md:55) (100.852058ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (101.0133ms) ✔ Finish at request/finish.md:1 (2182.499717ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2023.616232ms) ✔ on_message_begin at request/pausing.md:4 (2023.772315ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2032.839846ms) ✔ on_message_complete at request/pausing.md:34 (2033.021848ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2002.717303ms) ✔ on_protocol_complete at request/pausing.md:64 (2002.880704ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2002.577782ms) ✔ on_method_complete at request/pausing.md:94 (2002.744383ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (1979.64327ms) ✔ on_url_complete at request/pausing.md:124 (1979.801032ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (1984.419359ms) ✔ on_version_complete at request/pausing.md:154 (1984.5762ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (1973.57125ms) ✔ on_header_field_complete at request/pausing.md:184 (1973.725091ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (1979.931115ms) ✔ on_header_value_complete at request/pausing.md:214 (1980.099916ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2031.455155ms) ✔ on_headers_complete at request/pausing.md:244 (2031.618396ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2130.594997ms) ✔ on_chunk_header at request/pausing.md:274 (2130.754078ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2153.749032ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2153.932593ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2137.425587ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2137.582629ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2108.639857ms) ✔ on_chunk_complete at request/pausing.md:398 (2108.800139ms) ✔ Pausing at request/pausing.md:1 (26544.207374ms) ▶ Pipelining at request/pipelining.md:1 ▶ Should parse multiple events at request/pipelining.md:4 ✔ should pass for type="request" (location=request/pipelining.md:4) (239.497379ms) ✔ Should parse multiple events at request/pipelining.md:4 (239.646061ms) ✔ Pipelining at request/pipelining.md:1 (239.834982ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2131.884772ms) ✔ Simple response at response/sample.md:4 (2132.039454ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (59.930165ms) ✔ RTSP response at response/sample.md:40 (60.093047ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (55.900244ms) ✔ ICE response at response/sample.md:60 (56.072966ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (65.175019ms) ✔ Error on invalid response start at response/sample.md:80 (65.32246ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (58.918395ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (59.084837ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (347.172266ms) ✔ Google 301 at response/sample.md:118 (347.410149ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (395.376034ms) ✔ amazon.com at response/sample.md:196 (395.539995ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (86.333392ms) ✔ No headers and no body at response/sample.md:271 (86.497834ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (54.347829ms) ✔ No reason phrase at response/sample.md:291 (54.50187ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (57.348779ms) ✔ Empty reason phrase after space at response/sample.md:310 (57.50602ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (209.811999ms) ✔ No carriage ret at response/sample.md:330 (209.972641ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2111.691008ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2111.868691ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (212.87531ms) ✔ Underscore in header key at response/sample.md:382 (213.034872ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (292.000669ms) ✔ bonjourmadame.fr at response/sample.md:425 (292.171191ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (348.281238ms) ✔ Spaces in header value at response/sample.md:494 (348.527ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (46.902634ms) ✔ Spaces in header name at response/sample.md:574 (47.054915ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (3.97316ms) ✔ Non ASCII in status line at response/sample.md:609 (4.108321ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (67.521722ms) ✔ HTTP version 0.9 at response/sample.md:645 (67.685003ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (197.95524ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (198.108561ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (270.30333ms) ✔ Response starting with CRLF at response/sample.md:695 (270.461852ms) ✔ Sample responses at response/sample.md:1 (7078.416414ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (284.625315ms) ✔ Proxy-Connection at response/connection.md:4 (284.764876ms) ▶ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 ✔ should pass for type="response" (location=response/connection.md:46) (207.641577ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (207.786978ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (234.466848ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (234.62769ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (120.572978ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (120.72654ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (148.177977ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (148.335259ms) ▶ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 ✔ should pass for type="response" (location=response/connection.md:164) (212.762909ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (212.911231ms) ▶ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 ✔ should pass for type="response-lenient-data-after-close" (location=response/connection.md:191) (2073.520984ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2073.674786ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (184.657825ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (184.815067ms) ▶ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 ✔ should pass for type="response-lenient-keep-alive" (location=response/connection.md:260) (2091.89281ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2092.055971ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (175.401811ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (175.560653ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (221.540998ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (221.693039ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (199.817219ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (199.96514ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (262.865615ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (263.018537ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (181.641475ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (181.788516ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (163.744054ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (163.894896ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (213.244034ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (213.407756ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (260.826755ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (261.056717ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (274.348971ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (274.520413ms) ✔ Connection header at response/connection.md:1 (7515.915998ms) ▶ Content-Length header at response/content-length.md:1 ▶ Response without `Content-Length`, but with body at response/content-length.md:4 ✔ should pass for type="response" (location=response/content-length.md:4) (324.278956ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (324.415037ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (287.135981ms) ✔ Content-Length-X at response/content-length.md:80 (287.279661ms) ▶ Content-Length reset when no body is received at response/content-length.md:123 ✔ should pass for type="response" (location=response/content-length.md:123) (2117.494189ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2117.640191ms) ✔ Content-Length header at response/content-length.md:1 (2729.569293ms) ▶ Transfer-Encoding header at response/transfer-encoding.md:1 ▶ Trailing space on chunked body at response/transfer-encoding.md:4 ✔ should pass for type="response" (location=response/transfer-encoding.md:4) (289.597806ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (289.738127ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (264.645913ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (264.795435ms) ▶ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 ✔ should pass for type="response" (location=response/transfer-encoding.md:74) (174.145279ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (174.29024ms) ▶ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 ✔ should pass for type="response" (location=response/transfer-encoding.md:110) (283.690666ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (283.886548ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (277.612924ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (277.773526ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (172.598304ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (172.750505ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (278.553173ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (278.700975ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (241.326758ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (241.489679ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (262.670294ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (262.827855ms) ▶ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 ✔ should pass for type="response-lenient-headers" (location=response/transfer-encoding.md:389) (2091.536128ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2091.70077ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (4338.637948ms) ▶ Invalid responses at response/invalid.md:1 ▶ Invalid space after start line at response/invalid.md:149 ▶ Extra space between HTTP version and status code at response/invalid.md:168 ✔ should pass for type="response" (location=response/invalid.md:168) (73.916387ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (74.056548ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (79.630084ms) ✔ Extra space between status code and reason at response/invalid.md:186 (79.779046ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (61.970866ms) ✔ One-digit status code at response/invalid.md:206 (62.135428ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (126.034073ms) ✔ Only LFs present and no body at response/invalid.md:224 (126.182635ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (1958.389184ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (1958.545626ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (149.552711ms) ✔ Only LFs present at response/invalid.md:264 (149.727873ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (149.279388ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (149.45347ms) ✔ Invalid space after start line at response/invalid.md:149 (2600.36823ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (65.854865ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (66.007027ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (73.19858ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (73.356061ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (72.856016ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (73.010578ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (73.468422ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (73.622144ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (68.785415ms) ✔ Tab after HTTP version at response/invalid.md:72 (68.954457ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (72.360571ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (72.534933ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (122.69664ms) ✔ Headers separated by CR at response/invalid.md:108 (122.932682ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (67.984167ms) ✔ Invalid HTTP version at response/invalid.md:132 (68.135089ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (97.254982ms) ✔ Invalid space after start line at response/invalid.md:149 (97.424664ms) ✔ Invalid responses at response/invalid.md:1 (3317.07103ms) ▶ Finish at response/finish.md:1 ▶ It should be safe to finish with cb after empty response at response/finish.md:6 ✔ should pass for type="response-finish" (location=response/finish.md:6) (1908.506561ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (1908.682882ms) ✔ Finish at response/finish.md:1 (1908.822523ms) ▶ Lenient HTTP version parsing at response/lenient-version.md:1 ▶ Invalid HTTP version (lenient) at response/lenient-version.md:4 ✔ should pass for type="response-lenient-version" (location=response/lenient-version.md:4) (1895.189587ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (1895.336588ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (1895.475629ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2013.591784ms) ✔ on_message_begin at response/pausing.md:4 (2013.733865ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2012.689734ms) ✔ on_message_complete at response/pausing.md:32 (2012.844016ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (1971.68776ms) ✔ on_version_complete at response/pausing.md:60 (1971.844963ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2016.546414ms) ✔ on_status_complete at response/pausing.md:88 (2016.715136ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2003.289601ms) ✔ on_header_field_complete at response/pausing.md:116 (2003.517003ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2012.722537ms) ✔ on_header_value_complete at response/pausing.md:144 (2012.873898ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2013.488624ms) ✔ on_headers_complete at response/pausing.md:172 (2013.676666ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2039.897372ms) ✔ on_chunk_header at response/pausing.md:200 (2040.090654ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2081.505592ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2081.676834ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2058.849365ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2059.009406ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2063.341969ms) ✔ on_chunk_complete at response/pausing.md:317 (2063.555972ms) ✔ Pausing at response/pausing.md:1 (22290.317619ms) ▶ Pipelining at response/pipelining.md:1 ▶ Should parse multiple events at response/pipelining.md:4 ✔ should pass for type="response" (location=response/pipelining.md:4) (238.216208ms) ✔ Should parse multiple events at response/pipelining.md:4 (238.359289ms) ✔ Pipelining at response/pipelining.md:1 (238.48505ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (566.953489ms) ✔ Absolute URL at url.md:3 (567.445534ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (76.988298ms) ✔ Relative URL at url.md:17 (77.1407ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (15.700999ms) ✔ Failing on broken schema at url.md:29 (15.83044ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (49.039135ms) ✔ Proxy request at url.md:41 (49.178297ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (62.102988ms) ✔ Proxy request with port at url.md:53 (62.242909ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (56.123047ms) ✔ Proxy IPv6 request at url.md:65 (56.255129ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (64.41081ms) ✔ Proxy IPv6 request with port at url.md:77 (64.538252ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (146.674722ms) ✔ IPv4 in IPv6 address at url.md:89 (146.817323ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (231.754382ms) ✔ Extra `?` in query string at url.md:101 (231.891343ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (65.554343ms) ✔ URL encoded space at url.md:116 (65.694664ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (46.760712ms) ✔ URL fragment at url.md:127 (47.000595ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (180.863988ms) ✔ Complex URL fragment at url.md:138 (181.000349ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (144.585381ms) ✔ Complex URL from node.js url parser doc at url.md:153 (144.738903ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (157.547072ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (157.696514ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (3.938919ms) ✔ Double `@` at url.md:181 (4.159922ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (72.419492ms) ✔ Proxy basic auth with url encoded space at url.md:193 (72.571453ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (82.262431ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (82.408313ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (75.232641ms) ✔ IPv6 address with Zone ID at url.md:217 (75.403362ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (68.579614ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (68.712174ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (3.698278ms) ✔ Disallow tab in URL at url.md:241 (3.839959ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (3.567796ms) ✔ Disallow form-feed in URL at url.md:252 (3.672677ms) ✔ URL tests at url.md:1 (2179.947428ms) ℹ tests 260 ℹ suites 292 ℹ pass 260 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 126589.144514 >>> llhttp: Entering fakeroot... -- Install configuration: "MINSIZEREL" -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.3.1 -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.3 -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/include/llhttp.h -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/pkgconfig/libllhttp.pc -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttp-config.cmake -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/cmake/llhttp/llhttp-config-minsizerel.cmake >>> llhttp-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-dev/usr/include' 'usr/lib/pkgconfig' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-dev/usr/lib/pkgconfig' 'usr/lib/cmake' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-dev/usr/lib/cmake' 'usr/lib/libllhttp.so' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-dev/usr/lib/libllhttp.so' >>> llhttp-dev*: Preparing subpackage llhttp-dev... >>> llhttp-dev*: Stripping binaries >>> llhttp-dev*: Running postcheck for llhttp-dev >>> llhttp-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/llhttp/pkg/llhttp-doc/usr/share/doc' >>> llhttp-doc*: Preparing subpackage llhttp-doc... >>> llhttp-doc*: Running postcheck for llhttp-doc >>> llhttp*: Running postcheck for llhttp >>> llhttp*: Preparing package llhttp... >>> llhttp*: Stripping binaries >>> llhttp*: Scanning shared objects >>> llhttp-dev*: Scanning shared objects >>> llhttp-dev*: Tracing dependencies... llhttp=9.3.1-r0 pkgconfig >>> llhttp-dev*: Package size: 35.4 KB >>> llhttp-dev*: Compressing data... >>> llhttp-dev*: Create checksum... >>> llhttp-dev*: Create llhttp-dev-9.3.1-r0.apk >>> llhttp-doc*: Tracing dependencies... >>> llhttp-doc*: Package size: 1.1 KB >>> llhttp-doc*: Compressing data... >>> llhttp-doc*: Create checksum... >>> llhttp-doc*: Create llhttp-doc-9.3.1-r0.apk >>> llhttp*: Tracing dependencies... so:libc.musl-armhf.so.1 >>> llhttp*: Package size: 57.1 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-9.3.1-r0.apk >>> llhttp: Build complete at Sun, 08 Mar 2026 21:01:29 +0000 elapsed time 0h 2m 21s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260308.205910) ( 2/24) Purging cmake (4.2.3-r0) ( 3/24) Purging samurai (1.2-r8) ( 4/24) Purging npm (11.9.0-r0) ( 5/24) Purging nodejs (24.13.0-r3) ( 6/24) Purging ca-certificates (20251003-r0) Executing ca-certificates-20251003-r0.post-deinstall ( 7/24) Purging ada-libs (3.3.0-r0) ( 8/24) Purging clang22 (22.1.0-r0) ( 9/24) Purging llvm22-linker-tools (22.1.0-r0) (10/24) Purging clang22-headers (22.1.0-r0) (11/24) Purging clang22-libs (22.1.0-r0) (12/24) Purging icu-libs (78.1-r0) (13/24) Purging libarchive (3.8.5-r0) (14/24) Purging libbz2 (1.0.8-r6) (15/24) Purging libuv (1.51.0-r0) (16/24) Purging llvm22-libs (22.1.0-r0) (17/24) Purging rhash-libs (1.4.6-r0) (18/24) Purging simdjson (4.2.4-r0) (19/24) Purging simdutf (8.0.0-r0) (20/24) Purging sqlite-libs (3.51.2-r1) (21/24) Purging icu-data-en (78.1-r0) (22/24) Purging libffi (3.5.2-r0) (23/24) Purging libxml2 (2.13.9-r0) (24/24) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 342.9 MiB in 105 packages >>> llhttp: Updating the community/armhf repository index... >>> llhttp: Signing the index...