>>> llhttp: Building community/llhttp 9.3.1-r0 (using abuild 3.17.0_rc1-r2) started Tue, 21 Apr 2026 10:00:48 +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.7-r0) ( 4/24) Installing rhash-libs (1.4.6-r0) ( 5/24) Installing libuv (1.52.1-r0) ( 6/24) Installing cmake (4.2.3-r0) ( 7/24) Installing clang22-headers (22.1.3-r0) ( 8/24) Installing libffi (3.5.2-r1) ( 9/24) Installing libxml2 (2.13.9-r1) (10/24) Installing llvm22-libs (22.1.3-r0) (11/24) Installing clang22-libs (22.1.3-r0) (12/24) Installing llvm22-linker-tools (22.1.3-r0) (13/24) Installing clang22 (22.1.3-r0) (14/24) Installing samurai (1.2-r8) (15/24) Installing ca-certificates (20260413-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.2.0-r0) (21/24) Installing sqlite-libs (3.53.0-r0) (22/24) Installing nodejs (24.14.1-r0) (23/24) Installing npm (11.12.1-r0) (24/24) Installing .makedepends-llhttp (20260421.100052) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 727.0 MiB in 126 packages >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/llhttp-9.3.1.tar.gz /var/cache/distfiles/v3.24/llhttp-9.3.1.tar.gz: OK >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/llhttp-9.3.1.tar.gz /var/cache/distfiles/v3.24/llhttp-9.3.1.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/v3.24/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 6s 40 packages are looking for funding run `npm fund` for details 8 vulnerabilities (5 moderate, 3 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) (2265.2004ms) ✔ Simple request at request/sample.md:6 (2266.749456ms) ▶ Request with method starting with `H` at request/sample.md:39 ✔ should pass for type="request" (location=request/sample.md:39) (72.031682ms) ✔ Request with method starting with `H` at request/sample.md:39 (72.303125ms) ▶ curl GET at request/sample.md:67 ✔ should pass for type="request" (location=request/sample.md:67) (213.045057ms) ✔ curl GET at request/sample.md:67 (213.31638ms) ▶ Firefox GET at request/sample.md:105 ✔ should pass for type="request" (location=request/sample.md:105) (246.23775ms) ✔ Firefox GET at request/sample.md:105 (246.534192ms) ▶ DUMBPACK at request/sample.md:168 ✔ should pass for type="request" (location=request/sample.md:168) (135.029235ms) ✔ DUMBPACK at request/sample.md:168 (135.465839ms) ▶ No headers and no body at request/sample.md:196 ✔ should pass for type="request" (location=request/sample.md:196) (113.419458ms) ✔ No headers and no body at request/sample.md:196 (113.70838ms) ▶ One header and no body at request/sample.md:219 ✔ should pass for type="request" (location=request/sample.md:219) (131.985324ms) ✔ One header and no body at request/sample.md:219 (132.255366ms) ▶ Apache bench GET at request/sample.md:247 ✔ should pass for type="request" (location=request/sample.md:247) (121.724981ms) ✔ Apache bench GET at request/sample.md:247 (121.985024ms) ▶ Prefix newline at request/sample.md:288 ✔ should pass for type="request" (location=request/sample.md:288) (62.826991ms) ✔ Prefix newline at request/sample.md:288 (63.081392ms) ▶ No HTTP version at request/sample.md:314 ✔ should pass for type="request" (location=request/sample.md:314) (24.176322ms) ✔ No HTTP version at request/sample.md:314 (24.446726ms) ▶ Line folding in header value with CRLF at request/sample.md:333 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:333) (2121.957125ms) ✔ Line folding in header value with CRLF at request/sample.md:333 (2122.178966ms) ▶ Line folding in header value with LF at request/sample.md:394 ✔ should pass for type="request" (location=request/sample.md:394) (158.892394ms) ✔ Line folding in header value with LF at request/sample.md:394 (159.086396ms) ▶ No LF after CR at request/sample.md:432 ✔ should pass for type="request" (location=request/sample.md:432) (60.619408ms) ✔ No LF after CR at request/sample.md:432 (60.80077ms) ▶ 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) (1952.534225ms) ✔ No LF after CR (lenient) at request/sample.md:454 (1952.724948ms) ▶ Request starting with CRLF at request/sample.md:478 ✔ should pass for type="request" (location=request/sample.md:478) (103.928282ms) ✔ Request starting with CRLF at request/sample.md:478 (104.110485ms) ▶ Extended Characters at request/sample.md:506 ✔ should pass for type="request" (location=request/sample.md:506) (3.243472ms) ✔ Extended Characters at request/sample.md:506 (3.406594ms) ▶ 255 ASCII in header value at request/sample.md:536 ✔ should pass for type="request" (location=request/sample.md:536) (3.00943ms) ✔ 255 ASCII in header value at request/sample.md:536 (3.159832ms) ▶ X-SSL-Nonsense at request/sample.md:571 ✔ should pass for type="request-lenient-headers" (location=request/sample.md:571) (702.524687ms) ✔ X-SSL-Nonsense at request/sample.md:571 (702.716649ms) ✔ Sample requests at request/sample.md:1 (8500.814948ms) ▶ 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) (146.189386ms) ✔ Empty headers separated by CR (lenient) at request/lenient-headers.md:109 (146.398069ms) ✔ Header value at request/lenient-headers.md:82 (146.56867ms) ▶ Header value (lenient) at request/lenient-headers.md:6 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) (93.893822ms) ✔ Header value (lenient) at request/lenient-headers.md:6 (94.070944ms) ▶ Second request header value (lenient) at request/lenient-headers.md:34 ✔ should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) (197.635582ms) ✔ Second request header value (lenient) at request/lenient-headers.md:34 (197.814065ms) ▶ Header value at request/lenient-headers.md:82 ✔ should pass for type="request" (location=request/lenient-headers.md:82) (98.428067ms) ✔ Header value at request/lenient-headers.md:82 (98.606029ms) ✔ Lenient header value parsing at request/lenient-headers.md:1 (537.432071ms) ▶ 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) (1930.131201ms) ✔ Invalid HTTP version (lenient) at request/lenient-version.md:4 (1930.306844ms) ✔ Lenient HTTP version parsing at request/lenient-version.md:1 (1930.440325ms) ▶ Methods at request/method.md:1 ▶ REPORT request at request/method.md:4 ✔ should pass for type="request" (location=request/method.md:4) (68.658809ms) ✔ REPORT request at request/method.md:4 (68.824771ms) ▶ CONNECT request at request/method.md:27 ✔ should pass for type="request" (location=request/method.md:27) (211.506922ms) ✔ CONNECT request at request/method.md:27 (211.682404ms) ▶ CONNECT request with CAPS at request/method.md:62 ✔ should pass for type="request" (location=request/method.md:62) (158.49143ms) ✔ CONNECT request with CAPS at request/method.md:62 (158.668831ms) ▶ CONNECT with body at request/method.md:96 ✔ should pass for type="request" (location=request/method.md:96) (201.059217ms) ✔ CONNECT with body at request/method.md:96 (201.269579ms) ▶ M-SEARCH request at request/method.md:135 ✔ should pass for type="request" (location=request/method.md:135) (131.261117ms) ✔ M-SEARCH request at request/method.md:135 (131.451198ms) ▶ PATCH request at request/method.md:173 ✔ should pass for type="request" (location=request/method.md:173) (203.497321ms) ✔ PATCH request at request/method.md:173 (203.689163ms) ▶ PURGE request at request/method.md:217 ✔ should pass for type="request" (location=request/method.md:217) (143.343438ms) ✔ PURGE request at request/method.md:217 (143.52384ms) ▶ SEARCH request at request/method.md:245 ✔ should pass for type="request" (location=request/method.md:245) (121.882502ms) ✔ SEARCH request at request/method.md:245 (122.064585ms) ▶ LINK request at request/method.md:273 ✔ should pass for type="request" (location=request/method.md:273) (161.54266ms) ✔ LINK request at request/method.md:273 (161.717222ms) ▶ LINK request at request/method.md:311 ✔ should pass for type="request" (location=request/method.md:311) (163.725402ms) ✔ LINK request at request/method.md:311 (163.896404ms) ▶ SOURCE request at request/method.md:344 ✔ should pass for type="request" (location=request/method.md:344) (161.880744ms) ✔ SOURCE request at request/method.md:344 (162.057545ms) ▶ SOURCE request with ICE at request/method.md:372 ✔ should pass for type="request" (location=request/method.md:372) (161.686822ms) ✔ SOURCE request with ICE at request/method.md:372 (161.856784ms) ▶ OPTIONS request with RTSP at request/method.md:400 ✔ should pass for type="request" (location=request/method.md:400) (163.934845ms) ✔ OPTIONS request with RTSP at request/method.md:400 (164.205128ms) ▶ ANNOUNCE request with RTSP at request/method.md:430 ✔ should pass for type="request" (location=request/method.md:430) (167.806843ms) ✔ ANNOUNCE request with RTSP at request/method.md:430 (167.986126ms) ▶ PRI request HTTP2 at request/method.md:458 ✔ should pass for type="request" (location=request/method.md:458) (68.009522ms) ✔ PRI request HTTP2 at request/method.md:458 (68.184324ms) ▶ QUERY request at request/method.md:482 ✔ should pass for type="request" (location=request/method.md:482) (236.864896ms) ✔ QUERY request at request/method.md:482 (237.054818ms) ✔ Methods at request/method.md:1 (2529.591095ms) ▶ URI at request/uri.md:1 ▶ Quotes in URI at request/uri.md:4 ✔ should pass for type="request" (location=request/uri.md:4) (145.50354ms) ✔ Quotes in URI at request/uri.md:4 (145.671621ms) ▶ Query URL with question mark at request/uri.md:27 ✔ should pass for type="request" (location=request/uri.md:27) (108.63729ms) ✔ Query URL with question mark at request/uri.md:27 (108.817932ms) ▶ Host terminated by a query string at request/uri.md:52 ✔ should pass for type="request" (location=request/uri.md:52) (138.892393ms) ✔ Host terminated by a query string at request/uri.md:52 (139.300157ms) ▶ `host:port` terminated by a query string at request/uri.md:75 ✔ should pass for type="request" (location=request/uri.md:75) (146.339548ms) ✔ `host:port` terminated by a query string at request/uri.md:75 (146.604071ms) ▶ Query URL with vertical bar character at request/uri.md:98 ✔ should pass for type="request" (location=request/uri.md:98) (97.229415ms) ✔ Query URL with vertical bar character at request/uri.md:98 (97.401817ms) ▶ `host:port` terminated by a space at request/uri.md:125 ✔ should pass for type="request" (location=request/uri.md:125) (118.55919ms) ✔ `host:port` terminated by a space at request/uri.md:125 (118.720511ms) ▶ 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.609156ms) ✔ Disallow UTF-8 in URI path in strict mode at request/uri.md:148 (3.759478ms) ▶ Fragment in URI at request/uri.md:165 ✔ should pass for type="request" (location=request/uri.md:165) (161.683982ms) ✔ Fragment in URI at request/uri.md:165 (161.829064ms) ▶ Underscore in hostname at request/uri.md:188 ✔ should pass for type="request" (location=request/uri.md:188) (171.643642ms) ✔ Underscore in hostname at request/uri.md:188 (171.804324ms) ▶ `host:port` and basic auth at request/uri.md:222 ✔ should pass for type="request" (location=request/uri.md:222) (170.405829ms) ✔ `host:port` and basic auth at request/uri.md:222 (170.564711ms) ▶ Space in URI at request/uri.md:245 ✔ should pass for type="request" (location=request/uri.md:245) (5.253413ms) ✔ Space in URI at request/uri.md:245 (5.384414ms) ✔ URI at request/uri.md:1 (1271.102271ms) ▶ 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) (130.084105ms) ✔ Setting flag at request/connection.md:6 (130.238066ms) ▶ Restarting when keep-alive is explicitly at request/connection.md:34 ✔ should pass for type="request" (location=request/connection.md:34) (136.315968ms) ✔ Restarting when keep-alive is explicitly at request/connection.md:34 (136.485769ms) ▶ No restart when keep-alive is off (1.0) at request/connection.md:81 ✔ should pass for type="request" (location=request/connection.md:81) (120.032924ms) ✔ No restart when keep-alive is off (1.0) at request/connection.md:81 (120.185686ms) ▶ 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) (2001.54828ms) ✔ Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 (2001.719281ms) ▶ CRLF between requests, implicit `keep-alive` at request/connection.md:156 ✔ should pass for type="request" (location=request/connection.md:156) (211.189199ms) ✔ CRLF between requests, implicit `keep-alive` at request/connection.md:156 (211.346081ms) ▶ Not treating `\r` as `-` at request/connection.md:208 ✔ should pass for type="request" (location=request/connection.md:208) (132.165046ms) ✔ Not treating `\r` as `-` at request/connection.md:208 (132.327248ms) ✔ `keep-alive` at request/connection.md:4 (2732.830056ms) ▶ `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) (117.458778ms) ✔ Setting flag on `close` at request/connection.md:236 (117.60402ms) ▶ CRLF between requests, explicit `close` at request/connection.md:264 ✔ should pass for type="request" (location=request/connection.md:264) (234.951717ms) ✔ CRLF between requests, explicit `close` at request/connection.md:264 (235.116879ms) ▶ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 ✔ should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) (248.289531ms) ✔ CRLF between requests, explicit `close` (lenient) at request/connection.md:314 (248.447253ms) ✔ `close` at request/connection.md:234 (601.437153ms) ▶ Parsing multiple tokens at request/connection.md:373 ▶ Sample at request/connection.md:375 ✔ should pass for type="request" (location=request/connection.md:375) (227.247ms) ✔ Sample at request/connection.md:375 (227.388081ms) ▶ Multiple tokens with folding at request/connection.md:403 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:403) (242.874397ms) ✔ Multiple tokens with folding at request/connection.md:403 (243.031518ms) ▶ Multiple tokens with folding and LWS at request/connection.md:464 ✔ should pass for type="request" (location=request/connection.md:464) (143.737682ms) ✔ Multiple tokens with folding and LWS at request/connection.md:464 (143.892284ms) ▶ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 ✔ should pass for type="request-lenient-headers" (location=request/connection.md:498) (147.865924ms) ✔ Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 (148.024125ms) ▶ Invalid whitespace token with `Connection` header field at request/connection.md:533 ✔ should pass for type="request" (location=request/connection.md:533) (129.447538ms) ✔ Invalid whitespace token with `Connection` header field at request/connection.md:533 (129.61486ms) ▶ 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) (136.364928ms) ✔ Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 (136.624331ms) ✔ Parsing multiple tokens at request/connection.md:373 (1029.028523ms) ▶ `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) (170.675753ms) ✔ Setting a flag and pausing at request/connection.md:601 (170.812434ms) ▶ Emitting part of body and pausing at request/connection.md:635 ✔ should pass for type="request" (location=request/connection.md:635) (132.870413ms) ✔ Emitting part of body and pausing at request/connection.md:635 (133.057455ms) ▶ Upgrade GET request at request/connection.md:675 ✔ should pass for type="request" (location=request/connection.md:675) (278.892638ms) ✔ Upgrade GET request at request/connection.md:675 (279.061399ms) ▶ Upgrade POST request at request/connection.md:734 ✔ should pass for type="request" (location=request/connection.md:734) (222.28935ms) ✔ Upgrade POST request at request/connection.md:734 (222.450671ms) ✔ `upgrade` at request/connection.md:599 (805.718883ms) ✔ Connection header at request/connection.md:1 (5169.342859ms) ▶ 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) (125.701061ms) ✔ Spaces in `Content-Length` #2 at request/content-length.md:317 (125.851742ms) ▶ Spaces in `Content-Length` #3 at request/content-length.md:343 ✔ should pass for type="request" (location=request/content-length.md:343) (133.750062ms) ✔ Spaces in `Content-Length` #3 at request/content-length.md:343 (133.924703ms) ▶ Empty `Content-Length` at request/content-length.md:369 ✔ should pass for type="request" (location=request/content-length.md:369) (111.926683ms) ✔ Empty `Content-Length` at request/content-length.md:369 (112.103165ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (372.126653ms) ▶ `Content-Length` with zeroes at request/content-length.md:4 ✔ should pass for type="request" (location=request/content-length.md:4) (141.753262ms) ✔ `Content-Length` with zeroes at request/content-length.md:4 (141.922463ms) ▶ `Content-Length` with follow-up headers at request/content-length.md:33 ✔ should pass for type="request" (location=request/content-length.md:33) (180.847814ms) ✔ `Content-Length` with follow-up headers at request/content-length.md:33 (180.996536ms) ▶ Error on `Content-Length` overflow at request/content-length.md:75 ✔ should pass for type="request" (location=request/content-length.md:75) (185.639102ms) ✔ Error on `Content-Length` overflow at request/content-length.md:75 (185.784304ms) ▶ Error on duplicate `Content-Length` at request/content-length.md:100 ✔ should pass for type="request" (location=request/content-length.md:100) (176.891374ms) ✔ Error on duplicate `Content-Length` at request/content-length.md:100 (177.062936ms) ▶ 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) (219.404802ms) ✔ Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 (219.615643ms) ▶ 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) (135.078195ms) ✔ Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 (135.242757ms) ▶ 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) (136.662091ms) ✔ Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 (136.809293ms) ▶ 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) (2078.343251ms) ✔ No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 (2078.507133ms) ▶ Funky `Content-Length` with body at request/content-length.md:261 ✔ should pass for type="request" (location=request/content-length.md:261) (249.026139ms) ✔ Funky `Content-Length` with body at request/content-length.md:261 (249.18782ms) ▶ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 ✔ should pass for type="request" (location=request/content-length.md:290) (131.5902ms) ✔ Spaces in `Content-Length` (surrounding) at request/content-length.md:290 (131.747242ms) ▶ `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.01348ms) ✔ `Content-Length` with CR instead of dash at request/content-length.md:394 (4.155801ms) ▶ 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) (1967.616021ms) ✔ Content-Length reset when no body is received at request/content-length.md:417 (1967.774142ms) ▶ Missing CRLF-CRLF before body at request/content-length.md:466 ✔ should pass for type="request" (location=request/content-length.md:466) (134.354828ms) ✔ Missing CRLF-CRLF before body at request/content-length.md:466 (134.53259ms) ▶ 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) (134.181026ms) ✔ Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 (134.350548ms) ✔ Content-Length header at request/content-length.md:1 (6250.818673ms) ▶ 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) (161.905025ms) ✔ Parsing and setting flag at request/transfer-encoding.md:6 (162.066146ms) ▶ Parse chunks with lowercase size at request/transfer-encoding.md:33 ✔ should pass for type="request" (location=request/transfer-encoding.md:33) (221.814385ms) ✔ Parse chunks with lowercase size at request/transfer-encoding.md:33 (221.973468ms) ▶ Parse chunks with uppercase size at request/transfer-encoding.md:70 ✔ should pass for type="request" (location=request/transfer-encoding.md:70) (225.2711ms) ✔ Parse chunks with uppercase size at request/transfer-encoding.md:70 (225.438782ms) ▶ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 ✔ should pass for type="request" (location=request/transfer-encoding.md:107) (186.113787ms) ✔ POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 (186.288149ms) ▶ 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) (164.38829ms) ✔ Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 (164.539971ms) ▶ Trailing headers at request/transfer-encoding.md:186 ✔ should pass for type="request" (location=request/transfer-encoding.md:186) (222.760075ms) ✔ Trailing headers at request/transfer-encoding.md:186 (222.913317ms) ▶ Chunk extensions at request/transfer-encoding.md:238 ✔ should pass for type="request" (location=request/transfer-encoding.md:238) (216.376291ms) ✔ Chunk extensions at request/transfer-encoding.md:238 (216.594413ms) ▶ No semicolon before chunk extensions at request/transfer-encoding.md:291 ✔ should pass for type="request" (location=request/transfer-encoding.md:291) (209.729224ms) ✔ No semicolon before chunk extensions at request/transfer-encoding.md:291 (209.889266ms) ▶ No extension after semicolon at request/transfer-encoding.md:328 ✔ should pass for type="request" (location=request/transfer-encoding.md:328) (182.457831ms) ✔ No extension after semicolon at request/transfer-encoding.md:328 (182.629713ms) ▶ Chunk extensions quoting at request/transfer-encoding.md:366 ✔ should pass for type="request" (location=request/transfer-encoding.md:366) (249.649105ms) ✔ Chunk extensions quoting at request/transfer-encoding.md:366 (249.857947ms) ▶ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 ✔ should pass for type="request" (location=request/transfer-encoding.md:424) (263.001199ms) ✔ Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 (263.16564ms) ✔ `chunked` at request/transfer-encoding.md:4 (2306.33486ms) ▶ 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) (253.654425ms) ✔ Chunk header not terminated by CRLF at request/transfer-encoding.md:976 (253.795666ms) ▶ 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) (273.730347ms) ✔ Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 (273.891668ms) ▶ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 ✔ should pass for type="request" (location=request/transfer-encoding.md:1097) (152.752013ms) ✔ Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 (152.905815ms) ▶ 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) (2053.827207ms) ✔ Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 (2054.005089ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (2734.953402ms) ▶ Ignoring `pigeons` at request/transfer-encoding.md:464 ✔ should pass for type="request" (location=request/transfer-encoding.md:464) (4.229802ms) ✔ Ignoring `pigeons` at request/transfer-encoding.md:464 (4.386524ms) ▶ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 ✔ should pass for type="request" (location=request/transfer-encoding.md:495) (214.26723ms) ✔ POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 (214.427511ms) ▶ 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) (215.458482ms) ✔ POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 (215.611603ms) ▶ 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) (206.158589ms) ✔ POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 (206.32663ms) ▶ 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) (4.419964ms) ✔ POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 (4.550326ms) ▶ 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.766198ms) ✔ POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 (3.89008ms) ▶ 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) (2037.435884ms) ✔ POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 (2037.597205ms) ▶ 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) (236.751776ms) ✔ POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 (236.910538ms) ▶ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 ✔ should pass for type="request" (location=request/transfer-encoding.md:751) (216.735654ms) ✔ POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 (216.903257ms) ▶ 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) (251.012278ms) ✔ POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 (251.1622ms) ▶ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 ✔ should pass for type="request" (location=request/transfer-encoding.md:840) (216.099169ms) ✔ POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 (216.25669ms) ▶ Missing last-chunk at request/transfer-encoding.md:877 ✔ should pass for type="request" (location=request/transfer-encoding.md:877) (209.668024ms) ✔ Missing last-chunk at request/transfer-encoding.md:877 (209.830346ms) ▶ Validate chunk parameters at request/transfer-encoding.md:911 ✔ should pass for type="request" (location=request/transfer-encoding.md:911) (219.25196ms) ✔ Validate chunk parameters at request/transfer-encoding.md:911 (219.409682ms) ▶ 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) (249.920988ms) ✔ Invalid OBS fold after chunked value at request/transfer-encoding.md:942 (250.08151ms) ▶ Space after chunk header at request/transfer-encoding.md:1184 ✔ should pass for type="request" (location=request/transfer-encoding.md:1184) (242.748556ms) ✔ Space after chunk header at request/transfer-encoding.md:1184 (242.910038ms) ▶ 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) (2101.913211ms) ✔ Space after chunk header (lenient) at request/transfer-encoding.md:1215 (2102.097213ms) ✔ Transfer-Encoding header at request/transfer-encoding.md:1 (11674.907544ms) ▶ 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) (227.743245ms) ✔ Only LFs present at request/invalid.md:531 (227.893767ms) ▶ Only LFs present (lenient) at request/invalid.md:568 ✔ should pass for type="request-lenient-all" (location=request/invalid.md:568) (2088.411116ms) ✔ Only LFs present (lenient) at request/invalid.md:568 (2088.677199ms) ▶ Spaces before headers at request/invalid.md:650 ✔ should pass for type="request" (location=request/invalid.md:650) (200.751694ms) ✔ Spaces before headers at request/invalid.md:650 (200.916737ms) ▶ Spaces before headers (lenient) at request/invalid.md:686 ✔ should pass for type="request-lenient-headers" (location=request/invalid.md:686) (207.643604ms) ✔ Spaces before headers (lenient) at request/invalid.md:686 (207.810326ms) ✔ Invalid space after start line at request/invalid.md:509 (2725.719872ms) ▶ ICE protocol and GET method at request/invalid.md:4 ✔ should pass for type="request" (location=request/invalid.md:4) (188.087167ms) ✔ ICE protocol and GET method at request/invalid.md:4 (188.244729ms) ▶ ICE protocol, but not really at request/invalid.md:25 ✔ should pass for type="request" (location=request/invalid.md:25) (192.693493ms) ✔ ICE protocol, but not really at request/invalid.md:25 (192.859735ms) ▶ RTSP protocol and PUT method at request/invalid.md:45 ✔ should pass for type="request" (location=request/invalid.md:45) (195.33836ms) ✔ RTSP protocol and PUT method at request/invalid.md:45 (195.496962ms) ▶ HTTP protocol and ANNOUNCE method at request/invalid.md:66 ✔ should pass for type="request" (location=request/invalid.md:66) (212.657454ms) ✔ HTTP protocol and ANNOUNCE method at request/invalid.md:66 (212.807136ms) ▶ Headers separated by CR at request/invalid.md:87 ✔ should pass for type="request" (location=request/invalid.md:87) (119.898803ms) ✔ Headers separated by CR at request/invalid.md:87 (120.069805ms) ▶ Headers separated by LF at request/invalid.md:113 ✔ should pass for type="request" (location=request/invalid.md:113) (149.894384ms) ✔ Headers separated by LF at request/invalid.md:113 (150.055625ms) ▶ Headers separated by dummy characters at request/invalid.md:147 ✔ should pass for type="request" (location=request/invalid.md:147) (277.685346ms) ✔ Headers separated by dummy characters at request/invalid.md:147 (277.853188ms) ▶ 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.942439ms) ✔ Headers separated by dummy characters (lenient) at request/invalid.md:181 (271.179681ms) ▶ Empty headers separated by CR at request/invalid.md:216 ✔ should pass for type="request" (location=request/invalid.md:216) (181.799384ms) ✔ Empty headers separated by CR at request/invalid.md:216 (181.954625ms) ▶ Empty headers separated by LF at request/invalid.md:254 ✔ should pass for type="request" (location=request/invalid.md:254) (147.052315ms) ✔ Empty headers separated by LF at request/invalid.md:254 (147.215837ms) ▶ Invalid header token #1 at request/invalid.md:287 ✔ should pass for type="request" (location=request/invalid.md:287) (4.617327ms) ✔ Invalid header token #1 at request/invalid.md:287 (4.780808ms) ▶ Invalid header token #2 at request/invalid.md:310 ✔ should pass for type="request" (location=request/invalid.md:310) (4.152161ms) ✔ Invalid header token #2 at request/invalid.md:310 (4.299403ms) ▶ Invalid header token #3 at request/invalid.md:333 ✔ should pass for type="request" (location=request/invalid.md:333) (3.995921ms) ✔ Invalid header token #3 at request/invalid.md:333 (4.128401ms) ▶ Invalid method at request/invalid.md:356 ✔ should pass for type="request" (location=request/invalid.md:356) (74.518388ms) ✔ Invalid method at request/invalid.md:356 (74.689749ms) ▶ Illegal header field name line folding at request/invalid.md:372 ✔ should pass for type="request" (location=request/invalid.md:372) (4.304643ms) ✔ Illegal header field name line folding at request/invalid.md:372 (4.461605ms) ▶ Corrupted Connection header at request/invalid.md:396 ✔ should pass for type="request" (location=request/invalid.md:396) (4.03416ms) ✔ Corrupted Connection header at request/invalid.md:396 (4.167202ms) ▶ Corrupted header name at request/invalid.md:425 ✔ should pass for type="request" (location=request/invalid.md:425) (4.281363ms) ✔ Corrupted header name at request/invalid.md:425 (4.410164ms) ▶ Missing CR between headers at request/invalid.md:454 ✔ should pass for type="request" (location=request/invalid.md:454) (4.053441ms) ✔ Missing CR between headers at request/invalid.md:454 (4.169322ms) ▶ Invalid HTTP version at request/invalid.md:490 ✔ should pass for type="request" (location=request/invalid.md:490) (3.92676ms) ✔ Invalid HTTP version at request/invalid.md:490 (4.04296ms) ▶ Invalid space after start line at request/invalid.md:509 ✔ should pass for type="request" (location=request/invalid.md:509) (97.296177ms) ✔ Invalid space after start line at request/invalid.md:509 (97.467058ms) ✔ Invalid requests at request/invalid.md:1 (4871.480284ms) ▶ 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) (1939.358142ms) ✔ It should be safe to finish after GET request at request/finish.md:6 (1939.509423ms) ▶ 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) (135.967765ms) ✔ It should be unsafe to finish after incomplete PUT request at request/finish.md:30 (136.143646ms) ▶ 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) (102.201306ms) ✔ It should be unsafe to finish inside of the header at request/finish.md:55 (102.542429ms) ✔ Finish at request/finish.md:1 (2178.473461ms) ▶ Pausing at request/pausing.md:1 ▶ on_message_begin at request/pausing.md:4 ✔ should pass for type="request" (location=request/pausing.md:4) (2068.593119ms) ✔ on_message_begin at request/pausing.md:4 (2068.745281ms) ▶ on_message_complete at request/pausing.md:34 ✔ should pass for type="request" (location=request/pausing.md:34) (2035.366386ms) ✔ on_message_complete at request/pausing.md:34 (2035.540588ms) ▶ on_protocol_complete at request/pausing.md:64 ✔ should pass for type="request" (location=request/pausing.md:64) (2010.056853ms) ✔ on_protocol_complete at request/pausing.md:64 (2010.212534ms) ▶ on_method_complete at request/pausing.md:94 ✔ should pass for type="request" (location=request/pausing.md:94) (2085.672372ms) ✔ on_method_complete at request/pausing.md:94 (2085.840173ms) ▶ on_url_complete at request/pausing.md:124 ✔ should pass for type="request" (location=request/pausing.md:124) (2003.398227ms) ✔ on_url_complete at request/pausing.md:124 (2003.574788ms) ▶ on_version_complete at request/pausing.md:154 ✔ should pass for type="request" (location=request/pausing.md:154) (2040.158677ms) ✔ on_version_complete at request/pausing.md:154 (2040.329038ms) ▶ on_header_field_complete at request/pausing.md:184 ✔ should pass for type="request" (location=request/pausing.md:184) (1987.389627ms) ✔ on_header_field_complete at request/pausing.md:184 (1987.558269ms) ▶ on_header_value_complete at request/pausing.md:214 ✔ should pass for type="request" (location=request/pausing.md:214) (1983.955313ms) ✔ on_header_value_complete at request/pausing.md:214 (1984.124834ms) ▶ on_headers_complete at request/pausing.md:244 ✔ should pass for type="request" (location=request/pausing.md:244) (2007.988155ms) ✔ on_headers_complete at request/pausing.md:244 (2008.153276ms) ▶ on_chunk_header at request/pausing.md:274 ✔ should pass for type="request" (location=request/pausing.md:274) (2106.203701ms) ✔ on_chunk_header at request/pausing.md:274 (2106.395263ms) ▶ on_chunk_extension_name at request/pausing.md:313 ✔ should pass for type="request" (location=request/pausing.md:313) (2148.619127ms) ✔ on_chunk_extension_name at request/pausing.md:313 (2148.83813ms) ▶ on_chunk_extension_value at request/pausing.md:355 ✔ should pass for type="request" (location=request/pausing.md:355) (2114.282463ms) ✔ on_chunk_extension_value at request/pausing.md:355 (2114.471785ms) ▶ on_chunk_complete at request/pausing.md:398 ✔ should pass for type="request" (location=request/pausing.md:398) (2091.350314ms) ✔ on_chunk_complete at request/pausing.md:398 (2091.512475ms) ✔ Pausing at request/pausing.md:1 (26686.258964ms) ▶ 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) (240.891618ms) ✔ Should parse multiple events at request/pipelining.md:4 (241.048459ms) ✔ Pipelining at request/pipelining.md:1 (241.271062ms) ▶ Sample responses at response/sample.md:1 ▶ Simple response at response/sample.md:4 ✔ should pass for type="response" (location=response/sample.md:4) (2109.025492ms) ✔ Simple response at response/sample.md:4 (2109.182493ms) ▶ RTSP response at response/sample.md:40 ✔ should pass for type="response" (location=response/sample.md:40) (59.686519ms) ✔ RTSP response at response/sample.md:40 (59.853281ms) ▶ ICE response at response/sample.md:60 ✔ should pass for type="response" (location=response/sample.md:60) (55.671879ms) ✔ ICE response at response/sample.md:60 (55.8462ms) ▶ Error on invalid response start at response/sample.md:80 ✔ should pass for type="response" (location=response/sample.md:80) (65.006533ms) ✔ Error on invalid response start at response/sample.md:80 (65.167494ms) ▶ Empty body should not trigger spurious span callbacks at response/sample.md:98 ✔ should pass for type="response" (location=response/sample.md:98) (58.657789ms) ✔ Empty body should not trigger spurious span callbacks at response/sample.md:98 (58.82147ms) ▶ Google 301 at response/sample.md:118 ✔ should pass for type="response" (location=response/sample.md:118) (345.831312ms) ✔ Google 301 at response/sample.md:118 (346.075674ms) ▶ amazon.com at response/sample.md:196 ✔ should pass for type="response" (location=response/sample.md:196) (390.994045ms) ✔ amazon.com at response/sample.md:196 (391.182287ms) ▶ No headers and no body at response/sample.md:271 ✔ should pass for type="response" (location=response/sample.md:271) (86.169385ms) ✔ No headers and no body at response/sample.md:271 (86.330946ms) ▶ No reason phrase at response/sample.md:291 ✔ should pass for type="response" (location=response/sample.md:291) (53.257015ms) ✔ No reason phrase at response/sample.md:291 (53.425736ms) ▶ Empty reason phrase after space at response/sample.md:310 ✔ should pass for type="response" (location=response/sample.md:310) (57.082693ms) ✔ Empty reason phrase after space at response/sample.md:310 (57.256174ms) ▶ No carriage ret at response/sample.md:330 ✔ should pass for type="response" (location=response/sample.md:330) (205.503063ms) ✔ No carriage ret at response/sample.md:330 (205.673705ms) ▶ No carriage ret (lenient) at response/sample.md:351 ✔ should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) (2108.456606ms) ✔ No carriage ret (lenient) at response/sample.md:351 (2108.634129ms) ▶ Underscore in header key at response/sample.md:382 ✔ should pass for type="response" (location=response/sample.md:382) (210.059149ms) ✔ Underscore in header key at response/sample.md:382 (210.221871ms) ▶ bonjourmadame.fr at response/sample.md:425 ✔ should pass for type="response" (location=response/sample.md:425) (291.469846ms) ✔ bonjourmadame.fr at response/sample.md:425 (291.644448ms) ▶ Spaces in header value at response/sample.md:494 ✔ should pass for type="response" (location=response/sample.md:494) (351.258447ms) ✔ Spaces in header value at response/sample.md:494 (351.489728ms) ▶ Spaces in header name at response/sample.md:574 ✔ should pass for type="response" (location=response/sample.md:574) (48.230644ms) ✔ Spaces in header name at response/sample.md:574 (48.421646ms) ▶ Non ASCII in status line at response/sample.md:609 ✔ should pass for type="response" (location=response/sample.md:609) (4.033201ms) ✔ Non ASCII in status line at response/sample.md:609 (4.193442ms) ▶ HTTP version 0.9 at response/sample.md:645 ✔ should pass for type="response" (location=response/sample.md:645) (66.128224ms) ✔ HTTP version 0.9 at response/sample.md:645 (66.331146ms) ▶ No Content-Length, no Transfer-Encoding at response/sample.md:665 ✔ should pass for type="response" (location=response/sample.md:665) (198.255991ms) ✔ No Content-Length, no Transfer-Encoding at response/sample.md:665 (198.417312ms) ▶ Response starting with CRLF at response/sample.md:695 ✔ should pass for type="response" (location=response/sample.md:695) (266.589276ms) ✔ Response starting with CRLF at response/sample.md:695 (266.757158ms) ✔ Sample responses at response/sample.md:1 (7036.369957ms) ▶ Connection header at response/connection.md:1 ▶ Proxy-Connection at response/connection.md:4 ✔ should pass for type="response" (location=response/connection.md:4) (283.359165ms) ✔ Proxy-Connection at response/connection.md:4 (283.510326ms) ▶ 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) (206.121149ms) ✔ HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 (206.275271ms) ▶ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 ✔ should pass for type="response" (location=response/connection.md:75) (232.02737ms) ✔ HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 (232.212051ms) ▶ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 ✔ should pass for type="response" (location=response/connection.md:110) (121.062895ms) ✔ HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 (121.236378ms) ▶ HTTP/1.1 with 204 status at response/connection.md:134 ✔ should pass for type="response" (location=response/connection.md:134) (148.328089ms) ✔ HTTP/1.1 with 204 status at response/connection.md:134 (148.514931ms) ▶ 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.994819ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 (213.16682ms) ▶ 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) (2077.292975ms) ✔ HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 (2077.470137ms) ▶ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 ✔ should pass for type="response" (location=response/connection.md:225) (182.354951ms) ✔ HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 (182.518233ms) ▶ 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) (2126.60915ms) ✔ HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 (2126.777633ms) ▶ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 ✔ should pass for type="response" (location=response/connection.md:293) (183.537242ms) ✔ HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 (183.701564ms) ▶ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 ✔ should pass for type="response" (location=response/connection.md:331) (231.358603ms) ✔ HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 (231.556405ms) ▶ HTTP 200 response with Upgrade header at response/connection.md:374 ✔ should pass for type="response" (location=response/connection.md:374) (210.895757ms) ✔ HTTP 200 response with Upgrade header at response/connection.md:374 (211.057079ms) ▶ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 ✔ should pass for type="response" (location=response/connection.md:405) (274.935081ms) ✔ HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 (275.120402ms) ▶ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 ✔ should pass for type="response" (location=response/connection.md:442) (189.424342ms) ✔ HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 (189.599703ms) ▶ HTTP 304 with Content-Length at response/connection.md:492 ✔ should pass for type="response" (location=response/connection.md:492) (173.125298ms) ✔ HTTP 304 with Content-Length at response/connection.md:492 (173.289259ms) ▶ HTTP 304 with Transfer-Encoding at response/connection.md:537 ✔ should pass for type="response" (location=response/connection.md:537) (224.785737ms) ✔ HTTP 304 with Transfer-Encoding at response/connection.md:537 (224.970219ms) ▶ HTTP 100 first, then 400 at response/connection.md:586 ✔ should pass for type="response" (location=response/connection.md:586) (271.366484ms) ✔ HTTP 100 first, then 400 at response/connection.md:586 (271.607607ms) ▶ HTTP 103 first, then 200 at response/connection.md:641 ✔ should pass for type="response" (location=response/connection.md:641) (285.574307ms) ✔ HTTP 103 first, then 200 at response/connection.md:641 (285.749229ms) ✔ Connection header at response/connection.md:1 (7639.818061ms) ▶ 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) (338.370677ms) ✔ Response without `Content-Length`, but with body at response/content-length.md:4 (338.520158ms) ▶ Content-Length-X at response/content-length.md:80 ✔ should pass for type="response" (location=response/content-length.md:80) (299.453887ms) ✔ Content-Length-X at response/content-length.md:80 (299.614648ms) ▶ 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) (2174.529033ms) ✔ Content-Length reset when no body is received at response/content-length.md:123 (2174.697234ms) ✔ Content-Length header at response/content-length.md:1 (2813.094684ms) ▶ 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) (299.897651ms) ✔ Trailing space on chunked body at response/transfer-encoding.md:4 (300.052212ms) ▶ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 ✔ should pass for type="response" (location=response/transfer-encoding.md:43) (274.680278ms) ✔ `chunked` before other transfer-encoding at response/transfer-encoding.md:43 (274.851879ms) ▶ 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) (180.369331ms) ✔ multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 (180.526732ms) ▶ `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) (296.77654ms) ✔ `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 (296.931461ms) ▶ Chunk extensions at response/transfer-encoding.md:157 ✔ should pass for type="response" (location=response/transfer-encoding.md:157) (288.567698ms) ✔ Chunk extensions at response/transfer-encoding.md:157 (288.732059ms) ▶ No semicolon before chunk extensions at response/transfer-encoding.md:212 ✔ should pass for type="response" (location=response/transfer-encoding.md:212) (180.980777ms) ✔ No semicolon before chunk extensions at response/transfer-encoding.md:212 (181.127219ms) ▶ No extension after semicolon at response/transfer-encoding.md:248 ✔ should pass for type="response" (location=response/transfer-encoding.md:248) (291.759489ms) ✔ No extension after semicolon at response/transfer-encoding.md:248 (291.908851ms) ▶ Chunk extensions quoting at response/transfer-encoding.md:284 ✔ should pass for type="response" (location=response/transfer-encoding.md:284) (249.800708ms) ✔ Chunk extensions quoting at response/transfer-encoding.md:284 (249.96671ms) ▶ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 ✔ should pass for type="response" (location=response/transfer-encoding.md:345) (273.92491ms) ✔ Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 (274.087192ms) ▶ 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) (2123.092837ms) ✔ Invalid OBS fold after chunked value at response/transfer-encoding.md:389 (2123.260679ms) ✔ Transfer-Encoding header at response/transfer-encoding.md:1 (4462.251363ms) ▶ 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) (76.69817ms) ✔ Extra space between HTTP version and status code at response/invalid.md:168 (76.862091ms) ▶ Extra space between status code and reason at response/invalid.md:186 ✔ should pass for type="response" (location=response/invalid.md:186) (75.130075ms) ✔ Extra space between status code and reason at response/invalid.md:186 (75.310836ms) ▶ One-digit status code at response/invalid.md:206 ✔ should pass for type="response" (location=response/invalid.md:206) (64.625168ms) ✔ One-digit status code at response/invalid.md:206 (64.83097ms) ▶ Only LFs present and no body at response/invalid.md:224 ✔ should pass for type="response" (location=response/invalid.md:224) (132.633491ms) ✔ Only LFs present and no body at response/invalid.md:224 (132.793453ms) ▶ Only LFs present and no body (lenient) at response/invalid.md:241 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:241) (1999.553278ms) ✔ Only LFs present and no body (lenient) at response/invalid.md:241 (1999.723839ms) ▶ Only LFs present at response/invalid.md:264 ✔ should pass for type="response" (location=response/invalid.md:264) (152.192449ms) ✔ Only LFs present at response/invalid.md:264 (152.37969ms) ▶ Only LFs present (lenient) at response/invalid.md:285 ✔ should pass for type="response-lenient-all" (location=response/invalid.md:285) (151.815564ms) ✔ Only LFs present (lenient) at response/invalid.md:285 (151.982166ms) ✔ Invalid space after start line at response/invalid.md:149 (2654.387733ms) ▶ Incomplete HTTP protocol at response/invalid.md:4 ✔ should pass for type="response" (location=response/invalid.md:4) (66.252585ms) ✔ Incomplete HTTP protocol at response/invalid.md:4 (66.421227ms) ▶ Extra digit in HTTP major version at response/invalid.md:19 ✔ should pass for type="response" (location=response/invalid.md:19) (73.458618ms) ✔ Extra digit in HTTP major version at response/invalid.md:19 (73.637019ms) ▶ Extra digit in HTTP major version #2 at response/invalid.md:36 ✔ should pass for type="response" (location=response/invalid.md:36) (74.162745ms) ✔ Extra digit in HTTP major version #2 at response/invalid.md:36 (74.325226ms) ▶ Extra digit in HTTP minor version at response/invalid.md:53 ✔ should pass for type="response" (location=response/invalid.md:53) (74.129864ms) ✔ Extra digit in HTTP minor version at response/invalid.md:53 (74.291706ms) ▶ Tab after HTTP version at response/invalid.md:72 ✔ should pass for type="response" (location=response/invalid.md:72) (69.118414ms) ✔ Tab after HTTP version at response/invalid.md:72 (69.271736ms) ▶ CR before response and tab after HTTP version at response/invalid.md:90 ✔ should pass for type="response" (location=response/invalid.md:90) (72.305206ms) ✔ CR before response and tab after HTTP version at response/invalid.md:90 (72.489648ms) ▶ Headers separated by CR at response/invalid.md:108 ✔ should pass for type="response" (location=response/invalid.md:108) (123.303358ms) ✔ Headers separated by CR at response/invalid.md:108 (123.547761ms) ▶ Invalid HTTP version at response/invalid.md:132 ✔ should pass for type="response" (location=response/invalid.md:132) (69.034693ms) ✔ Invalid HTTP version at response/invalid.md:132 (69.201414ms) ▶ Invalid space after start line at response/invalid.md:149 ✔ should pass for type="response" (location=response/invalid.md:149) (98.409589ms) ✔ Invalid space after start line at response/invalid.md:149 (98.56635ms) ✔ Invalid responses at response/invalid.md:1 (3376.895627ms) ▶ 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) (1958.108102ms) ✔ It should be safe to finish with cb after empty response at response/finish.md:6 (1958.280704ms) ✔ Finish at response/finish.md:1 (1958.412745ms) ▶ 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) (1943.013391ms) ✔ Invalid HTTP version (lenient) at response/lenient-version.md:4 (1943.179232ms) ✔ Lenient HTTP version parsing at response/lenient-version.md:1 (1943.346154ms) ▶ Pausing at response/pausing.md:1 ▶ on_message_begin at response/pausing.md:4 ✔ should pass for type="response" (location=response/pausing.md:4) (2055.932406ms) ✔ on_message_begin at response/pausing.md:4 (2056.091567ms) ▶ on_message_complete at response/pausing.md:32 ✔ should pass for type="response" (location=response/pausing.md:32) (2027.895524ms) ✔ on_message_complete at response/pausing.md:32 (2028.075366ms) ▶ on_version_complete at response/pausing.md:60 ✔ should pass for type="response" (location=response/pausing.md:60) (2071.275641ms) ✔ on_version_complete at response/pausing.md:60 (2071.441842ms) ▶ on_status_complete at response/pausing.md:88 ✔ should pass for type="response" (location=response/pausing.md:88) (2097.217501ms) ✔ on_status_complete at response/pausing.md:88 (2097.401304ms) ▶ on_header_field_complete at response/pausing.md:116 ✔ should pass for type="response" (location=response/pausing.md:116) (2089.205221ms) ✔ on_header_field_complete at response/pausing.md:116 (2089.442784ms) ▶ on_header_value_complete at response/pausing.md:144 ✔ should pass for type="response" (location=response/pausing.md:144) (2094.168912ms) ✔ on_header_value_complete at response/pausing.md:144 (2094.352993ms) ▶ on_headers_complete at response/pausing.md:172 ✔ should pass for type="response" (location=response/pausing.md:172) (2075.491885ms) ✔ on_headers_complete at response/pausing.md:172 (2075.720687ms) ▶ on_chunk_header at response/pausing.md:200 ✔ should pass for type="response" (location=response/pausing.md:200) (2139.829332ms) ✔ on_chunk_header at response/pausing.md:200 (2140.052414ms) ▶ on_chunk_extension_name at response/pausing.md:237 ✔ should pass for type="response" (location=response/pausing.md:237) (2164.261857ms) ✔ on_chunk_extension_name at response/pausing.md:237 (2164.435739ms) ▶ on_chunk_extension_value at response/pausing.md:277 ✔ should pass for type="response" (location=response/pausing.md:277) (2168.083736ms) ✔ on_chunk_extension_value at response/pausing.md:277 (2168.253257ms) ▶ on_chunk_complete at response/pausing.md:317 ✔ should pass for type="response" (location=response/pausing.md:317) (2141.946994ms) ✔ on_chunk_complete at response/pausing.md:317 (2142.202517ms) ✔ Pausing at response/pausing.md:1 (23128.336838ms) ▶ 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) (242.223713ms) ✔ Should parse multiple events at response/pipelining.md:4 (242.391314ms) ✔ Pipelining at response/pipelining.md:1 (242.521676ms) ▶ URL tests at url.md:1 ▶ Absolute URL at url.md:3 ✔ should pass for type="url" (location=url.md:3) (581.797243ms) ✔ Absolute URL at url.md:3 (582.36957ms) ▶ Relative URL at url.md:17 ✔ should pass for type="url" (location=url.md:17) (78.413027ms) ✔ Relative URL at url.md:17 (78.606949ms) ▶ Failing on broken schema at url.md:29 ✔ should pass for type="url" (location=url.md:29) (16.090001ms) ✔ Failing on broken schema at url.md:29 (16.266203ms) ▶ Proxy request at url.md:41 ✔ should pass for type="url" (location=url.md:41) (51.033192ms) ✔ Proxy request at url.md:41 (51.202874ms) ▶ Proxy request with port at url.md:53 ✔ should pass for type="url" (location=url.md:53) (63.111754ms) ✔ Proxy request with port at url.md:53 (63.276075ms) ▶ Proxy IPv6 request at url.md:65 ✔ should pass for type="url" (location=url.md:65) (56.979853ms) ✔ Proxy IPv6 request at url.md:65 (57.135294ms) ▶ Proxy IPv6 request with port at url.md:77 ✔ should pass for type="url" (location=url.md:77) (66.819311ms) ✔ Proxy IPv6 request with port at url.md:77 (66.978313ms) ▶ IPv4 in IPv6 address at url.md:89 ✔ should pass for type="url" (location=url.md:89) (151.240239ms) ✔ IPv4 in IPv6 address at url.md:89 (151.421ms) ▶ Extra `?` in query string at url.md:101 ✔ should pass for type="url" (location=url.md:101) (238.782878ms) ✔ Extra `?` in query string at url.md:101 (238.9402ms) ▶ URL encoded space at url.md:116 ✔ should pass for type="url" (location=url.md:116) (68.394607ms) ✔ URL encoded space at url.md:116 (68.562008ms) ▶ URL fragment at url.md:127 ✔ should pass for type="url" (location=url.md:127) (48.401406ms) ✔ URL fragment at url.md:127 (48.665609ms) ▶ Complex URL fragment at url.md:138 ✔ should pass for type="url" (location=url.md:138) (186.408392ms) ✔ Complex URL fragment at url.md:138 (186.572234ms) ▶ Complex URL from node.js url parser doc at url.md:153 ✔ should pass for type="url" (location=url.md:153) (147.860365ms) ✔ Complex URL from node.js url parser doc at url.md:153 (148.047247ms) ▶ Complex URL with basic auth from node.js url parser doc at url.md:167 ✔ should pass for type="url" (location=url.md:167) (160.763575ms) ✔ Complex URL with basic auth from node.js url parser doc at url.md:167 (160.931217ms) ▶ Double `@` at url.md:181 ✔ should pass for type="url" (location=url.md:181) (4.01772ms) ✔ Double `@` at url.md:181 (4.281163ms) ▶ Proxy basic auth with url encoded space at url.md:193 ✔ should pass for type="url" (location=url.md:193) (72.712611ms) ✔ Proxy basic auth with url encoded space at url.md:193 (72.886732ms) ▶ Proxy basic auth with unreserved chars at url.md:205 ✔ should pass for type="url" (location=url.md:205) (86.034544ms) ✔ Proxy basic auth with unreserved chars at url.md:205 (86.212826ms) ▶ IPv6 address with Zone ID at url.md:217 ✔ should pass for type="url" (location=url.md:217) (77.785981ms) ✔ IPv6 address with Zone ID at url.md:217 (77.959223ms) ▶ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 ✔ should pass for type="url" (location=url.md:229) (71.429158ms) ✔ IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 (71.593279ms) ▶ Disallow tab in URL at url.md:241 ✔ should pass for type="url" (location=url.md:241) (3.873559ms) ✔ Disallow tab in URL at url.md:241 (4.025241ms) ▶ Disallow form-feed in URL at url.md:252 ✔ should pass for type="url" (location=url.md:252) (3.702157ms) ✔ Disallow form-feed in URL at url.md:252 (3.851079ms) ✔ URL tests at url.md:1 (2241.864398ms) ℹ tests 260 ℹ suites 292 ℹ pass 260 ℹ fail 0 ℹ cancelled 0 ℹ skipped 0 ℹ todo 0 ℹ duration_ms 126753.090387 >>> 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... Please specify at least one package name on the command line. >>> llhttp-doc*: Running postcheck for llhttp-doc >>> llhttp*: Running postcheck for llhttp >>> llhttp*: Preparing package llhttp... >>> llhttp*: Stripping binaries Please specify at least one package name on the command line. >>> 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 Tue, 21 Apr 2026 10:03:12 +0000 elapsed time 0h 2m 24s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20260421.100052) ( 2/24) Purging cmake (4.2.3-r0) ( 3/24) Purging samurai (1.2-r8) ( 4/24) Purging npm (11.12.1-r0) ( 5/24) Purging nodejs (24.14.1-r0) ( 6/24) Purging ca-certificates (20260413-r0) Executing ca-certificates-20260413-r0.post-deinstall ( 7/24) Purging ada-libs (3.3.0-r0) ( 8/24) Purging clang22 (22.1.3-r0) ( 9/24) Purging llvm22-linker-tools (22.1.3-r0) (10/24) Purging clang22-headers (22.1.3-r0) (11/24) Purging clang22-libs (22.1.3-r0) (12/24) Purging icu-libs (78.1-r0) (13/24) Purging libarchive (3.8.7-r0) (14/24) Purging libbz2 (1.0.8-r6) (15/24) Purging libuv (1.52.1-r0) (16/24) Purging llvm22-libs (22.1.3-r0) (17/24) Purging rhash-libs (1.4.6-r0) (18/24) Purging simdjson (4.2.4-r0) (19/24) Purging simdutf (8.2.0-r0) (20/24) Purging sqlite-libs (3.53.0-r0) (21/24) Purging icu-data-en (78.1-r0) (22/24) Purging libffi (3.5.2-r1) (23/24) Purging libxml2 (2.13.9-r1) (24/24) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 341.7 MiB in 102 packages >>> llhttp: Updating the community/armhf repository index... >>> llhttp: Signing the index...