>>> llhttp: Building community/llhttp 9.3.0-r0 (using abuild 3.15.0-r3) started Fri, 05 Sep 2025 16:20:14 +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.1-r0) ( 3/24) Installing libarchive (3.8.1-r0) ( 4/24) Installing rhash-libs (1.4.6-r0) ( 5/24) Installing libuv (1.51.0-r0) ( 6/24) Installing cmake (4.1.1-r0) ( 7/24) Installing clang20-headers (20.1.8-r0) ( 8/24) Installing libffi (3.5.2-r0) ( 9/24) Installing libxml2 (2.13.8-r0) (10/24) Installing llvm20-libs (20.1.8-r0) (11/24) Installing clang20-libs (20.1.8-r0) (12/24) Installing llvm20-linker-tools (20.1.8-r0) (13/24) Installing clang20 (20.1.8-r0) (14/24) Installing samurai (1.2-r7) (15/24) Installing ca-certificates (20250619-r0) (16/24) Installing ada-libs (2.9.2-r5) (17/24) Installing icu-data-en (76.1-r1) icu-data-en-76.1-r1.post-install: Executing script... icu-data-en-76.1-r1.post-install: * icu-data-en-76.1-r1.post-install: * If you need ICU with non-English locales and legacy charset support, install icu-data-en-76.1-r1.post-install: * package icu-data-full. icu-data-en-76.1-r1.post-install: * (18/24) Installing icu-libs (76.1-r1) (19/24) Installing simdjson (3.12.0-r0) (20/24) Installing simdutf (7.3.6-r0) (21/24) Installing sqlite-libs (3.50.4-r1) (22/24) Installing nodejs (22.16.0-r3) (23/24) Installing npm (11.6.0-r0) (24/24) Installing .makedepends-llhttp (20250905.162015) busybox-1.37.0-r23.trigger: Executing script... ca-certificates-20250619-r0.trigger: Executing script... OK: 639 MiB in 125 packages >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Cleaning up tmpdir >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.3.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> llhttp: Fetching https://github.com/nodejs/llhttp/archive/v9.3.0/llhttp-9.3.0.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/llhttp-9.3.0.tar.gz.part' llhttp-9.3.0.tar.gz. 3% |* | 198k 0:00:29 ETA llhttp-9.3.0.tar.gz. 42% |************* | 2626k 0:00:02 ETA llhttp-9.3.0.tar.gz. 100% |********************************| 6139k 0:00:00 ETA '/var/cache/distfiles/llhttp-9.3.0.tar.gz.part' saved >>> llhttp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/llhttp-9.3.0.tar.gz >>> llhttp: Checking sha512sums... llhttp-9.3.0.tar.gz: OK >>> llhttp: Unpacking /var/cache/distfiles/llhttp-9.3.0.tar.gz... > llhttp@9.3.0 prepare > npm run clean && npm run build-ts > llhttp@9.3.0 clean > rm -rf lib && rm -rf test/tmp > llhttp@9.3.0 build-ts > tsc added 193 packages, and audited 194 packages in 8s 39 packages are looking for funding run `npm fund` for details 5 vulnerabilities (3 low, 2 moderate) 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/ npx ts-node bin/generate.ts rm -rf build/ npm warn exec The following package was not found and will be installed: ts-node@10.9.2 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.0/ 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.5s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/llhttp/src/llhttp-9.3.0/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.0 [5/5] Creating library symlink libllhttp.so.9.3 libllhttp.so > llhttp@9.3.0 test > node --import tsx ./test/md-test.ts TAP version 13 # Subtest: Sample requests at request/sample.md:1 # Subtest: Simple request at request/sample.md:6 # Subtest: should pass for type="request" (location=request/sample.md:6) ok 1 - should pass for type="request" (location=request/sample.md:6) --- duration_ms: 1939.145294 type: 'test' ... 1..1 ok 1 - Simple request at request/sample.md:6 --- duration_ms: 1940.250872 type: 'suite' ... # Subtest: Request with method starting with `H` at request/sample.md:39 # Subtest: should pass for type="request" (location=request/sample.md:39) ok 1 - should pass for type="request" (location=request/sample.md:39) --- duration_ms: 150.40673 type: 'test' ... 1..1 ok 2 - Request with method starting with `H` at request/sample.md:39 --- duration_ms: 150.656844 type: 'suite' ... # Subtest: curl GET at request/sample.md:67 # Subtest: should pass for type="request" (location=request/sample.md:67) ok 1 - should pass for type="request" (location=request/sample.md:67) --- duration_ms: 135.731319 type: 'test' ... 1..1 ok 3 - curl GET at request/sample.md:67 --- duration_ms: 135.968141 type: 'suite' ... # Subtest: Firefox GET at request/sample.md:105 # Subtest: should pass for type="request" (location=request/sample.md:105) ok 1 - should pass for type="request" (location=request/sample.md:105) --- duration_ms: 237.906153 type: 'test' ... 1..1 ok 4 - Firefox GET at request/sample.md:105 --- duration_ms: 238.129948 type: 'suite' ... # Subtest: DUMBPACK at request/sample.md:168 # Subtest: should pass for type="request" (location=request/sample.md:168) ok 1 - should pass for type="request" (location=request/sample.md:168) --- duration_ms: 105.368032 type: 'test' ... 1..1 ok 5 - DUMBPACK at request/sample.md:168 --- duration_ms: 105.67955 type: 'suite' ... # Subtest: No headers and no body at request/sample.md:196 # Subtest: should pass for type="request" (location=request/sample.md:196) ok 1 - should pass for type="request" (location=request/sample.md:196) --- duration_ms: 92.739171 type: 'test' ... 1..1 ok 6 - No headers and no body at request/sample.md:196 --- duration_ms: 92.945157 type: 'suite' ... # Subtest: One header and no body at request/sample.md:219 # Subtest: should pass for type="request" (location=request/sample.md:219) ok 1 - should pass for type="request" (location=request/sample.md:219) --- duration_ms: 107.001347 type: 'test' ... 1..1 ok 7 - One header and no body at request/sample.md:219 --- duration_ms: 107.207122 type: 'suite' ... # Subtest: Apache bench GET at request/sample.md:247 # Subtest: should pass for type="request" (location=request/sample.md:247) ok 1 - should pass for type="request" (location=request/sample.md:247) --- duration_ms: 91.073477 type: 'test' ... 1..1 ok 8 - Apache bench GET at request/sample.md:247 --- duration_ms: 91.238302 type: 'suite' ... # Subtest: Prefix newline at request/sample.md:288 # Subtest: should pass for type="request" (location=request/sample.md:288) ok 1 - should pass for type="request" (location=request/sample.md:288) --- duration_ms: 49.032088 type: 'test' ... 1..1 ok 9 - Prefix newline at request/sample.md:288 --- duration_ms: 49.426263 type: 'suite' ... # Subtest: No HTTP version at request/sample.md:314 # Subtest: should pass for type="request" (location=request/sample.md:314) ok 1 - should pass for type="request" (location=request/sample.md:314) --- duration_ms: 17.953108 type: 'test' ... 1..1 ok 10 - No HTTP version at request/sample.md:314 --- duration_ms: 18.132316 type: 'suite' ... # Subtest: Line folding in header value with CRLF at request/sample.md:333 # Subtest: should pass for type="request-lenient-headers" (location=request/sample.md:333) ok 1 - should pass for type="request-lenient-headers" (location=request/sample.md:333) --- duration_ms: 1650.771659 type: 'test' ... 1..1 ok 11 - Line folding in header value with CRLF at request/sample.md:333 --- duration_ms: 1650.925243 type: 'suite' ... # Subtest: Line folding in header value with LF at request/sample.md:394 # Subtest: should pass for type="request" (location=request/sample.md:394) ok 1 - should pass for type="request" (location=request/sample.md:394) --- duration_ms: 120.884656 type: 'test' ... 1..1 ok 12 - Line folding in header value with LF at request/sample.md:394 --- duration_ms: 121.057212 type: 'suite' ... # Subtest: No LF after CR at request/sample.md:432 # Subtest: should pass for type="request" (location=request/sample.md:432) ok 1 - should pass for type="request" (location=request/sample.md:432) --- duration_ms: 45.977582 type: 'test' ... 1..1 ok 13 - No LF after CR at request/sample.md:432 --- duration_ms: 46.132989 type: 'suite' ... # Subtest: No LF after CR (lenient) at request/sample.md:454 # Subtest: should pass for type="request-lenient-optional-lf-after-cr" (location=request/sample.md:454) ok 1 - should pass for type="request-lenient-optional-lf-after-cr" (location=request/sample.md:454) --- duration_ms: 1601.161194 type: 'test' ... 1..1 ok 14 - No LF after CR (lenient) at request/sample.md:454 --- duration_ms: 1601.326681 type: 'suite' ... # Subtest: Request starting with CRLF at request/sample.md:478 # Subtest: should pass for type="request" (location=request/sample.md:478) ok 1 - should pass for type="request" (location=request/sample.md:478) --- duration_ms: 74.586013 type: 'test' ... 1..1 ok 15 - Request starting with CRLF at request/sample.md:478 --- duration_ms: 74.741731 type: 'suite' ... # Subtest: Extended Characters at request/sample.md:506 # Subtest: should pass for type="request" (location=request/sample.md:506) ok 1 - should pass for type="request" (location=request/sample.md:506) --- duration_ms: 3.322828 type: 'test' ... 1..1 ok 16 - Extended Characters at request/sample.md:506 --- duration_ms: 3.465817 type: 'suite' ... # Subtest: 255 ASCII in header value at request/sample.md:536 # Subtest: should pass for type="request" (location=request/sample.md:536) ok 1 - should pass for type="request" (location=request/sample.md:536) --- duration_ms: 2.813024 type: 'test' ... 1..1 ok 17 - 255 ASCII in header value at request/sample.md:536 --- duration_ms: 2.933178 type: 'suite' ... # Subtest: X-SSL-Nonsense at request/sample.md:571 # Subtest: should pass for type="request-lenient-headers" (location=request/sample.md:571) ok 1 - should pass for type="request-lenient-headers" (location=request/sample.md:571) --- duration_ms: 821.644572 type: 'test' ... 1..1 ok 18 - X-SSL-Nonsense at request/sample.md:571 --- duration_ms: 821.795992 type: 'suite' ... 1..18 ok 1 - Sample requests at request/sample.md:1 --- duration_ms: 7254.600702 type: 'suite' ... # Subtest: Lenient header value parsing at request/lenient-headers.md:1 # Subtest: Header value at request/lenient-headers.md:82 # Subtest: Empty headers separated by CR (lenient) at request/lenient-headers.md:109 # Subtest: should pass for type="request-lenient-headers" (location=request/lenient-headers.md:109) ok 1 - should pass for type="request-lenient-headers" (location=request/lenient-headers.md:109) --- duration_ms: 112.803562 type: 'test' ... 1..1 ok 1 - Empty headers separated by CR (lenient) at request/lenient-headers.md:109 --- duration_ms: 112.968438 type: 'suite' ... 1..1 ok 1 - Header value at request/lenient-headers.md:82 --- duration_ms: 113.078712 type: 'suite' ... # Subtest: Header value (lenient) at request/lenient-headers.md:6 # Subtest: should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) ok 1 - should pass for type="request-lenient-headers" (location=request/lenient-headers.md:6) --- duration_ms: 66.750946 type: 'test' ... 1..1 ok 2 - Header value (lenient) at request/lenient-headers.md:6 --- duration_ms: 66.902443 type: 'suite' ... # Subtest: Second request header value (lenient) at request/lenient-headers.md:34 # Subtest: should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) ok 1 - should pass for type="request-lenient-headers" (location=request/lenient-headers.md:34) --- duration_ms: 78.292722 type: 'test' ... 1..1 ok 3 - Second request header value (lenient) at request/lenient-headers.md:34 --- duration_ms: 78.445417 type: 'suite' ... # Subtest: Header value at request/lenient-headers.md:82 # Subtest: should pass for type="request" (location=request/lenient-headers.md:82) ok 1 - should pass for type="request" (location=request/lenient-headers.md:82) --- duration_ms: 65.300004 type: 'test' ... 1..1 ok 4 - Header value at request/lenient-headers.md:82 --- duration_ms: 65.457378 type: 'suite' ... 1..4 ok 2 - Lenient header value parsing at request/lenient-headers.md:1 --- duration_ms: 324.221474 type: 'suite' ... # Subtest: Lenient HTTP version parsing at request/lenient-version.md:1 # Subtest: Invalid HTTP version (lenient) at request/lenient-version.md:4 # Subtest: should pass for type="request-lenient-version" (location=request/lenient-version.md:4) ok 1 - should pass for type="request-lenient-version" (location=request/lenient-version.md:4) --- duration_ms: 1565.021079 type: 'test' ... 1..1 ok 1 - Invalid HTTP version (lenient) at request/lenient-version.md:4 --- duration_ms: 1565.18203 type: 'suite' ... 1..1 ok 3 - Lenient HTTP version parsing at request/lenient-version.md:1 --- duration_ms: 1565.333239 type: 'suite' ... # Subtest: Methods at request/method.md:1 # Subtest: REPORT request at request/method.md:4 # Subtest: should pass for type="request" (location=request/method.md:4) ok 1 - should pass for type="request" (location=request/method.md:4) --- duration_ms: 49.335812 type: 'test' ... 1..1 ok 1 - REPORT request at request/method.md:4 --- duration_ms: 49.478603 type: 'suite' ... # Subtest: CONNECT request at request/method.md:27 # Subtest: should pass for type="request" (location=request/method.md:27) ok 1 - should pass for type="request" (location=request/method.md:27) --- duration_ms: 112.641276 type: 'test' ... 1..1 ok 2 - CONNECT request at request/method.md:27 --- duration_ms: 112.803873 type: 'suite' ... # Subtest: CONNECT request with CAPS at request/method.md:62 # Subtest: should pass for type="request" (location=request/method.md:62) ok 1 - should pass for type="request" (location=request/method.md:62) --- duration_ms: 118.441429 type: 'test' ... 1..1 ok 3 - CONNECT request with CAPS at request/method.md:62 --- duration_ms: 118.628498 type: 'suite' ... # Subtest: CONNECT with body at request/method.md:96 # Subtest: should pass for type="request" (location=request/method.md:96) ok 1 - should pass for type="request" (location=request/method.md:96) --- duration_ms: 108.17135 type: 'test' ... 1..1 ok 4 - CONNECT with body at request/method.md:96 --- duration_ms: 108.332981 type: 'suite' ... # Subtest: M-SEARCH request at request/method.md:135 # Subtest: should pass for type="request" (location=request/method.md:135) ok 1 - should pass for type="request" (location=request/method.md:135) --- duration_ms: 100.021199 type: 'test' ... 1..1 ok 5 - M-SEARCH request at request/method.md:135 --- duration_ms: 100.179529 type: 'suite' ... # Subtest: PATCH request at request/method.md:173 # Subtest: should pass for type="request" (location=request/method.md:173) ok 1 - should pass for type="request" (location=request/method.md:173) --- duration_ms: 109.840253 type: 'test' ... 1..1 ok 6 - PATCH request at request/method.md:173 --- duration_ms: 110.000899 type: 'suite' ... # Subtest: PURGE request at request/method.md:217 # Subtest: should pass for type="request" (location=request/method.md:217) ok 1 - should pass for type="request" (location=request/method.md:217) --- duration_ms: 94.470827 type: 'test' ... 1..1 ok 7 - PURGE request at request/method.md:217 --- duration_ms: 94.620927 type: 'suite' ... # Subtest: SEARCH request at request/method.md:245 # Subtest: should pass for type="request" (location=request/method.md:245) ok 1 - should pass for type="request" (location=request/method.md:245) --- duration_ms: 80.368569 type: 'test' ... 1..1 ok 8 - SEARCH request at request/method.md:245 --- duration_ms: 80.522882 type: 'suite' ... # Subtest: LINK request at request/method.md:273 # Subtest: should pass for type="request" (location=request/method.md:273) ok 1 - should pass for type="request" (location=request/method.md:273) --- duration_ms: 118.303709 type: 'test' ... 1..1 ok 9 - LINK request at request/method.md:273 --- duration_ms: 118.461064 type: 'suite' ... # Subtest: LINK request at request/method.md:311 # Subtest: should pass for type="request" (location=request/method.md:311) ok 1 - should pass for type="request" (location=request/method.md:311) --- duration_ms: 113.749836 type: 'test' ... 1..1 ok 10 - LINK request at request/method.md:311 --- duration_ms: 113.903676 type: 'suite' ... # Subtest: SOURCE request at request/method.md:344 # Subtest: should pass for type="request" (location=request/method.md:344) ok 1 - should pass for type="request" (location=request/method.md:344) --- duration_ms: 111.685431 type: 'test' ... 1..1 ok 11 - SOURCE request at request/method.md:344 --- duration_ms: 111.853464 type: 'suite' ... # Subtest: SOURCE request with ICE at request/method.md:372 # Subtest: should pass for type="request" (location=request/method.md:372) ok 1 - should pass for type="request" (location=request/method.md:372) --- duration_ms: 98.242632 type: 'test' ... 1..1 ok 12 - SOURCE request with ICE at request/method.md:372 --- duration_ms: 98.399368 type: 'suite' ... # Subtest: OPTIONS request with RTSP at request/method.md:400 # Subtest: should pass for type="request" (location=request/method.md:400) ok 1 - should pass for type="request" (location=request/method.md:400) --- duration_ms: 105.982473 type: 'test' ... 1..1 ok 13 - OPTIONS request with RTSP at request/method.md:400 --- duration_ms: 106.142558 type: 'suite' ... # Subtest: ANNOUNCE request with RTSP at request/method.md:430 # Subtest: should pass for type="request" (location=request/method.md:430) ok 1 - should pass for type="request" (location=request/method.md:430) --- duration_ms: 111.019953 type: 'test' ... 1..1 ok 14 - ANNOUNCE request with RTSP at request/method.md:430 --- duration_ms: 111.241132 type: 'suite' ... # Subtest: PRI request HTTP2 at request/method.md:458 # Subtest: should pass for type="request" (location=request/method.md:458) ok 1 - should pass for type="request" (location=request/method.md:458) --- duration_ms: 43.539718 type: 'test' ... 1..1 ok 15 - PRI request HTTP2 at request/method.md:458 --- duration_ms: 43.695412 type: 'suite' ... # Subtest: QUERY request at request/method.md:482 # Subtest: should pass for type="request" (location=request/method.md:482) ok 1 - should pass for type="request" (location=request/method.md:482) --- duration_ms: 117.364684 type: 'test' ... 1..1 ok 16 - QUERY request at request/method.md:482 --- duration_ms: 117.521225 type: 'suite' ... 1..16 ok 4 - Methods at request/method.md:1 --- duration_ms: 1596.984439 type: 'suite' ... # Subtest: URI at request/uri.md:1 # Subtest: Quotes in URI at request/uri.md:4 # Subtest: should pass for type="request" (location=request/uri.md:4) ok 1 - should pass for type="request" (location=request/uri.md:4) --- duration_ms: 91.083597 type: 'test' ... 1..1 ok 1 - Quotes in URI at request/uri.md:4 --- duration_ms: 91.236522 type: 'suite' ... # Subtest: Query URL with question mark at request/uri.md:27 # Subtest: should pass for type="request" (location=request/uri.md:27) ok 1 - should pass for type="request" (location=request/uri.md:27) --- duration_ms: 67.394107 type: 'test' ... 1..1 ok 2 - Query URL with question mark at request/uri.md:27 --- duration_ms: 67.546772 type: 'suite' ... # Subtest: Host terminated by a query string at request/uri.md:52 # Subtest: should pass for type="request" (location=request/uri.md:52) ok 1 - should pass for type="request" (location=request/uri.md:52) --- duration_ms: 84.257145 type: 'test' ... 1..1 ok 3 - Host terminated by a query string at request/uri.md:52 --- duration_ms: 84.406524 type: 'suite' ... # Subtest: `host:port` terminated by a query string at request/uri.md:75 # Subtest: should pass for type="request" (location=request/uri.md:75) ok 1 - should pass for type="request" (location=request/uri.md:75) --- duration_ms: 93.241661 type: 'test' ... 1..1 ok 4 - `host:port` terminated by a query string at request/uri.md:75 --- duration_ms: 93.391804 type: 'suite' ... # Subtest: Query URL with vertical bar character at request/uri.md:98 # Subtest: should pass for type="request" (location=request/uri.md:98) ok 1 - should pass for type="request" (location=request/uri.md:98) --- duration_ms: 61.635651 type: 'test' ... 1..1 ok 5 - Query URL with vertical bar character at request/uri.md:98 --- duration_ms: 61.787191 type: 'suite' ... # Subtest: `host:port` terminated by a space at request/uri.md:125 # Subtest: should pass for type="request" (location=request/uri.md:125) ok 1 - should pass for type="request" (location=request/uri.md:125) --- duration_ms: 79.461016 type: 'test' ... 1..1 ok 6 - `host:port` terminated by a space at request/uri.md:125 --- duration_ms: 79.614805 type: 'suite' ... # Subtest: Disallow UTF-8 in URI path in strict mode at request/uri.md:148 # Subtest: should pass for type="request" (location=request/uri.md:148) ok 1 - should pass for type="request" (location=request/uri.md:148) --- duration_ms: 3.208543 type: 'test' ... 1..1 ok 7 - Disallow UTF-8 in URI path in strict mode at request/uri.md:148 --- duration_ms: 3.348771 type: 'suite' ... # Subtest: Fragment in URI at request/uri.md:165 # Subtest: should pass for type="request" (location=request/uri.md:165) ok 1 - should pass for type="request" (location=request/uri.md:165) --- duration_ms: 104.063481 type: 'test' ... 1..1 ok 8 - Fragment in URI at request/uri.md:165 --- duration_ms: 104.207023 type: 'suite' ... # Subtest: Underscore in hostname at request/uri.md:188 # Subtest: should pass for type="request" (location=request/uri.md:188) ok 1 - should pass for type="request" (location=request/uri.md:188) --- duration_ms: 120.993541 type: 'test' ... 1..1 ok 9 - Underscore in hostname at request/uri.md:188 --- duration_ms: 121.161489 type: 'suite' ... # Subtest: `host:port` and basic auth at request/uri.md:222 # Subtest: should pass for type="request" (location=request/uri.md:222) ok 1 - should pass for type="request" (location=request/uri.md:222) --- duration_ms: 109.274643 type: 'test' ... 1..1 ok 10 - `host:port` and basic auth at request/uri.md:222 --- duration_ms: 109.435094 type: 'suite' ... # Subtest: Space in URI at request/uri.md:245 # Subtest: should pass for type="request" (location=request/uri.md:245) ok 1 - should pass for type="request" (location=request/uri.md:245) --- duration_ms: 3.296935 type: 'test' ... 1..1 ok 11 - Space in URI at request/uri.md:245 --- duration_ms: 3.428123 type: 'suite' ... 1..11 ok 5 - URI at request/uri.md:1 --- duration_ms: 820.356577 type: 'suite' ... # Subtest: Connection header at request/connection.md:1 # Subtest: `keep-alive` at request/connection.md:4 # Subtest: Setting flag at request/connection.md:6 # Subtest: should pass for type="request" (location=request/connection.md:6) ok 1 - should pass for type="request" (location=request/connection.md:6) --- duration_ms: 83.879319 type: 'test' ... 1..1 ok 1 - Setting flag at request/connection.md:6 --- duration_ms: 84.027575 type: 'suite' ... # Subtest: Restarting when keep-alive is explicitly at request/connection.md:34 # Subtest: should pass for type="request" (location=request/connection.md:34) ok 1 - should pass for type="request" (location=request/connection.md:34) --- duration_ms: 102.455875 type: 'test' ... 1..1 ok 2 - Restarting when keep-alive is explicitly at request/connection.md:34 --- duration_ms: 102.608264 type: 'suite' ... # Subtest: No restart when keep-alive is off (1.0) at request/connection.md:81 # Subtest: should pass for type="request" (location=request/connection.md:81) ok 1 - should pass for type="request" (location=request/connection.md:81) --- duration_ms: 78.111434 type: 'test' ... 1..1 ok 3 - No restart when keep-alive is off (1.0) at request/connection.md:81 --- duration_ms: 78.261159 type: 'suite' ... # Subtest: Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 # Subtest: should pass for type="request-lenient-keep-alive" (location=request/connection.md:107) ok 1 - should pass for type="request-lenient-keep-alive" (location=request/connection.md:107) --- duration_ms: 1649.469381 type: 'test' ... 1..1 ok 4 - Resetting flags when keep-alive is off (1.0, lenient) at request/connection.md:107 --- duration_ms: 1649.63364 type: 'suite' ... # Subtest: CRLF between requests, implicit `keep-alive` at request/connection.md:156 # Subtest: should pass for type="request" (location=request/connection.md:156) ok 1 - should pass for type="request" (location=request/connection.md:156) --- duration_ms: 108.114502 type: 'test' ... 1..1 ok 5 - CRLF between requests, implicit `keep-alive` at request/connection.md:156 --- duration_ms: 108.270464 type: 'suite' ... # Subtest: Not treating `\\r` as `-` at request/connection.md:208 # Subtest: should pass for type="request" (location=request/connection.md:208) ok 1 - should pass for type="request" (location=request/connection.md:208) --- duration_ms: 83.596997 type: 'test' ... 1..1 ok 6 - Not treating `\\r` as `-` at request/connection.md:208 --- duration_ms: 83.749454 type: 'suite' ... 1..6 ok 1 - `keep-alive` at request/connection.md:4 --- duration_ms: 2106.990244 type: 'suite' ... # Subtest: `close` at request/connection.md:234 # Subtest: Setting flag on `close` at request/connection.md:236 # Subtest: should pass for type="request" (location=request/connection.md:236) ok 1 - should pass for type="request" (location=request/connection.md:236) --- duration_ms: 74.11288 type: 'test' ... 1..1 ok 1 - Setting flag on `close` at request/connection.md:236 --- duration_ms: 74.258198 type: 'suite' ... # Subtest: CRLF between requests, explicit `close` at request/connection.md:264 # Subtest: should pass for type="request" (location=request/connection.md:264) ok 1 - should pass for type="request" (location=request/connection.md:264) --- duration_ms: 117.589174 type: 'test' ... 1..1 ok 2 - CRLF between requests, explicit `close` at request/connection.md:264 --- duration_ms: 117.747558 type: 'suite' ... # Subtest: CRLF between requests, explicit `close` (lenient) at request/connection.md:314 # Subtest: should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) ok 1 - should pass for type="request-lenient-keep-alive" (location=request/connection.md:314) --- duration_ms: 133.261989 type: 'test' ... 1..1 ok 3 - CRLF between requests, explicit `close` (lenient) at request/connection.md:314 --- duration_ms: 133.465387 type: 'suite' ... 1..3 ok 2 - `close` at request/connection.md:234 --- duration_ms: 325.774667 type: 'suite' ... # Subtest: Parsing multiple tokens at request/connection.md:373 # Subtest: Sample at request/connection.md:375 # Subtest: should pass for type="request" (location=request/connection.md:375) ok 1 - should pass for type="request" (location=request/connection.md:375) --- duration_ms: 75.638526 type: 'test' ... 1..1 ok 1 - Sample at request/connection.md:375 --- duration_ms: 75.801309 type: 'suite' ... # Subtest: Multiple tokens with folding at request/connection.md:403 # Subtest: should pass for type="request-lenient-headers" (location=request/connection.md:403) ok 1 - should pass for type="request-lenient-headers" (location=request/connection.md:403) --- duration_ms: 171.644958 type: 'test' ... 1..1 ok 2 - Multiple tokens with folding at request/connection.md:403 --- duration_ms: 171.806574 type: 'suite' ... # Subtest: Multiple tokens with folding and LWS at request/connection.md:464 # Subtest: should pass for type="request" (location=request/connection.md:464) ok 1 - should pass for type="request" (location=request/connection.md:464) --- duration_ms: 93.587984 type: 'test' ... 1..1 ok 3 - Multiple tokens with folding and LWS at request/connection.md:464 --- duration_ms: 93.739785 type: 'suite' ... # Subtest: Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 # Subtest: should pass for type="request-lenient-headers" (location=request/connection.md:498) ok 1 - should pass for type="request-lenient-headers" (location=request/connection.md:498) --- duration_ms: 95.50599 type: 'test' ... 1..1 ok 4 - Multiple tokens with folding, LWS, and CRLF at request/connection.md:498 --- duration_ms: 95.661246 type: 'suite' ... # Subtest: Invalid whitespace token with `Connection` header field at request/connection.md:533 # Subtest: should pass for type="request" (location=request/connection.md:533) ok 1 - should pass for type="request" (location=request/connection.md:533) --- duration_ms: 78.928362 type: 'test' ... 1..1 ok 5 - Invalid whitespace token with `Connection` header field at request/connection.md:533 --- duration_ms: 79.081227 type: 'suite' ... # Subtest: Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 # Subtest: should pass for type="request-lenient-headers" (location=request/connection.md:559) ok 1 - should pass for type="request-lenient-headers" (location=request/connection.md:559) --- duration_ms: 87.116761 type: 'test' ... 1..1 ok 6 - Invalid whitespace token with `Connection` header field (lenient) at request/connection.md:559 --- duration_ms: 87.275557 type: 'suite' ... 1..6 ok 3 - Parsing multiple tokens at request/connection.md:373 --- duration_ms: 603.916464 type: 'suite' ... # Subtest: `upgrade` at request/connection.md:599 # Subtest: Setting a flag and pausing at request/connection.md:601 # Subtest: should pass for type="request" (location=request/connection.md:601) ok 1 - should pass for type="request" (location=request/connection.md:601) --- duration_ms: 106.619171 type: 'test' ... 1..1 ok 1 - Setting a flag and pausing at request/connection.md:601 --- duration_ms: 106.760326 type: 'suite' ... # Subtest: Emitting part of body and pausing at request/connection.md:635 # Subtest: should pass for type="request" (location=request/connection.md:635) ok 1 - should pass for type="request" (location=request/connection.md:635) --- duration_ms: 86.464484 type: 'test' ... 1..1 ok 2 - Emitting part of body and pausing at request/connection.md:635 --- duration_ms: 86.617043 type: 'suite' ... # Subtest: Upgrade GET request at request/connection.md:675 # Subtest: should pass for type="request" (location=request/connection.md:675) ok 1 - should pass for type="request" (location=request/connection.md:675) --- duration_ms: 175.418091 type: 'test' ... 1..1 ok 3 - Upgrade GET request at request/connection.md:675 --- duration_ms: 175.583926 type: 'suite' ... # Subtest: Upgrade POST request at request/connection.md:734 # Subtest: should pass for type="request" (location=request/connection.md:734) ok 1 - should pass for type="request" (location=request/connection.md:734) --- duration_ms: 103.352734 type: 'test' ... 1..1 ok 4 - Upgrade POST request at request/connection.md:734 --- duration_ms: 103.508603 type: 'suite' ... 1..4 ok 4 - `upgrade` at request/connection.md:599 --- duration_ms: 472.813315 type: 'suite' ... 1..4 ok 6 - Connection header at request/connection.md:1 --- duration_ms: 3509.831564 type: 'suite' ... # Subtest: Content-Length header at request/content-length.md:1 # Subtest: Spaces in `Content-Length` (surrounding) at request/content-length.md:290 # Subtest: Spaces in `Content-Length` \#2 at request/content-length.md:317 # Subtest: should pass for type="request" (location=request/content-length.md:317) ok 1 - should pass for type="request" (location=request/content-length.md:317) --- duration_ms: 74.807107 type: 'test' ... 1..1 ok 1 - Spaces in `Content-Length` \#2 at request/content-length.md:317 --- duration_ms: 74.952362 type: 'suite' ... # Subtest: Spaces in `Content-Length` \#3 at request/content-length.md:343 # Subtest: should pass for type="request" (location=request/content-length.md:343) ok 1 - should pass for type="request" (location=request/content-length.md:343) --- duration_ms: 79.981922 type: 'test' ... 1..1 ok 2 - Spaces in `Content-Length` \#3 at request/content-length.md:343 --- duration_ms: 80.13383 type: 'suite' ... # Subtest: Empty `Content-Length` at request/content-length.md:369 # Subtest: should pass for type="request" (location=request/content-length.md:369) ok 1 - should pass for type="request" (location=request/content-length.md:369) --- duration_ms: 65.981275 type: 'test' ... 1..1 ok 3 - Empty `Content-Length` at request/content-length.md:369 --- duration_ms: 66.136717 type: 'suite' ... 1..3 ok 1 - Spaces in `Content-Length` (surrounding) at request/content-length.md:290 --- duration_ms: 221.475695 type: 'suite' ... # Subtest: `Content-Length` with zeroes at request/content-length.md:4 # Subtest: should pass for type="request" (location=request/content-length.md:4) ok 1 - should pass for type="request" (location=request/content-length.md:4) --- duration_ms: 82.417369 type: 'test' ... 1..1 ok 2 - `Content-Length` with zeroes at request/content-length.md:4 --- duration_ms: 82.716525 type: 'suite' ... # Subtest: `Content-Length` with follow-up headers at request/content-length.md:33 # Subtest: should pass for type="request" (location=request/content-length.md:33) ok 1 - should pass for type="request" (location=request/content-length.md:33) --- duration_ms: 107.131393 type: 'test' ... 1..1 ok 3 - `Content-Length` with follow-up headers at request/content-length.md:33 --- duration_ms: 107.286999 type: 'suite' ... # Subtest: Error on `Content-Length` overflow at request/content-length.md:75 # Subtest: should pass for type="request" (location=request/content-length.md:75) ok 1 - should pass for type="request" (location=request/content-length.md:75) --- duration_ms: 110.611224 type: 'test' ... 1..1 ok 4 - Error on `Content-Length` overflow at request/content-length.md:75 --- duration_ms: 110.761045 type: 'suite' ... # Subtest: Error on duplicate `Content-Length` at request/content-length.md:100 # Subtest: should pass for type="request" (location=request/content-length.md:100) ok 1 - should pass for type="request" (location=request/content-length.md:100) --- duration_ms: 104.044557 type: 'test' ... 1..1 ok 5 - Error on duplicate `Content-Length` at request/content-length.md:100 --- duration_ms: 104.199841 type: 'suite' ... # Subtest: Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 # Subtest: should pass for type="request" (location=request/content-length.md:129) ok 1 - should pass for type="request" (location=request/content-length.md:129) --- duration_ms: 67.660089 type: 'test' ... 1..1 ok 6 - Error on simultaneous `Content-Length` and `Transfer-Encoding: identity` at request/content-length.md:129 --- duration_ms: 67.813186 type: 'suite' ... # Subtest: Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 # Subtest: should pass for type="request" (location=request/content-length.md:159) ok 1 - should pass for type="request" (location=request/content-length.md:159) --- duration_ms: 82.045874 type: 'test' ... 1..1 ok 7 - Invalid whitespace token with `Content-Length` header field at request/content-length.md:159 --- duration_ms: 82.202775 type: 'suite' ... # Subtest: Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 # Subtest: should pass for type="request-lenient-headers" (location=request/content-length.md:189) ok 1 - should pass for type="request-lenient-headers" (location=request/content-length.md:189) --- duration_ms: 86.773621 type: 'test' ... 1..1 ok 8 - Invalid whitespace token with `Content-Length` header field (lenient) at request/content-length.md:189 --- duration_ms: 86.931516 type: 'suite' ... # Subtest: No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 # Subtest: should pass for type="request-lenient-chunked-length" (location=request/content-length.md:229) ok 1 - should pass for type="request-lenient-chunked-length" (location=request/content-length.md:229) --- duration_ms: 1601.746023 type: 'test' ... 1..1 ok 9 - No error on simultaneous `Content-Length` and `Transfer-Encoding: identity` (lenient) at request/content-length.md:229 --- duration_ms: 1601.918154 type: 'suite' ... # Subtest: Funky `Content-Length` with body at request/content-length.md:261 # Subtest: should pass for type="request" (location=request/content-length.md:261) ok 1 - should pass for type="request" (location=request/content-length.md:261) --- duration_ms: 76.350534 type: 'test' ... 1..1 ok 10 - Funky `Content-Length` with body at request/content-length.md:261 --- duration_ms: 76.507694 type: 'suite' ... # Subtest: Spaces in `Content-Length` (surrounding) at request/content-length.md:290 # Subtest: should pass for type="request" (location=request/content-length.md:290) ok 1 - should pass for type="request" (location=request/content-length.md:290) --- duration_ms: 76.122868 type: 'test' ... 1..1 ok 11 - Spaces in `Content-Length` (surrounding) at request/content-length.md:290 --- duration_ms: 76.275599 type: 'suite' ... # Subtest: `Content-Length` with CR instead of dash at request/content-length.md:394 # Subtest: should pass for type="request" (location=request/content-length.md:394) ok 1 - should pass for type="request" (location=request/content-length.md:394) --- duration_ms: 5.892478 type: 'test' ... 1..1 ok 12 - `Content-Length` with CR instead of dash at request/content-length.md:394 --- duration_ms: 6.025045 type: 'suite' ... # Subtest: Content-Length reset when no body is received at request/content-length.md:417 # Subtest: should pass for type="request" (location=request/content-length.md:417) ok 1 - should pass for type="request" (location=request/content-length.md:417) --- duration_ms: 1629.850529 type: 'test' ... 1..1 ok 13 - Content-Length reset when no body is received at request/content-length.md:417 --- duration_ms: 1629.996803 type: 'suite' ... # Subtest: Missing CRLF-CRLF before body at request/content-length.md:466 # Subtest: should pass for type="request" (location=request/content-length.md:466) ok 1 - should pass for type="request" (location=request/content-length.md:466) --- duration_ms: 82.326216 type: 'test' ... 1..1 ok 14 - Missing CRLF-CRLF before body at request/content-length.md:466 --- duration_ms: 82.490464 type: 'suite' ... # Subtest: Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 # Subtest: should pass for type="request-lenient-optional-lf-after-cr" (location=request/content-length.md:492) ok 1 - should pass for type="request-lenient-optional-lf-after-cr" (location=request/content-length.md:492) --- duration_ms: 78.605674 type: 'test' ... 1..1 ok 15 - Missing CRLF-CRLF before body (lenient) at request/content-length.md:492 --- duration_ms: 78.767363 type: 'suite' ... 1..15 ok 7 - Content-Length header at request/content-length.md:1 --- duration_ms: 4416.451633 type: 'suite' ... # Subtest: Transfer-Encoding header at request/transfer-encoding.md:1 # Subtest: `chunked` at request/transfer-encoding.md:4 # Subtest: Parsing and setting flag at request/transfer-encoding.md:6 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:6) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:6) --- duration_ms: 90.222384 type: 'test' ... 1..1 ok 1 - Parsing and setting flag at request/transfer-encoding.md:6 --- duration_ms: 90.368842 type: 'suite' ... # Subtest: Parse chunks with lowercase size at request/transfer-encoding.md:33 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:33) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:33) --- duration_ms: 69.723392 type: 'test' ... 1..1 ok 2 - Parse chunks with lowercase size at request/transfer-encoding.md:33 --- duration_ms: 69.879141 type: 'suite' ... # Subtest: Parse chunks with uppercase size at request/transfer-encoding.md:70 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:70) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:70) --- duration_ms: 71.893831 type: 'test' ... 1..1 ok 3 - Parse chunks with uppercase size at request/transfer-encoding.md:70 --- duration_ms: 72.045811 type: 'suite' ... # Subtest: POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:107) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:107) --- duration_ms: 112.049357 type: 'test' ... 1..1 ok 4 - POST with `Transfer-Encoding: chunked` at request/transfer-encoding.md:107 --- duration_ms: 112.201393 type: 'suite' ... # Subtest: Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:144) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:144) --- duration_ms: 103.909969 type: 'test' ... 1..1 ok 5 - Two chunks and triple zero prefixed end chunk at request/transfer-encoding.md:144 --- duration_ms: 104.066851 type: 'suite' ... # Subtest: Trailing headers at request/transfer-encoding.md:186 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:186) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:186) --- duration_ms: 107.468781 type: 'test' ... 1..1 ok 6 - Trailing headers at request/transfer-encoding.md:186 --- duration_ms: 107.629733 type: 'suite' ... # Subtest: Chunk extensions at request/transfer-encoding.md:238 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:238) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:238) --- duration_ms: 146.326308 type: 'test' ... 1..1 ok 7 - Chunk extensions at request/transfer-encoding.md:238 --- duration_ms: 146.480338 type: 'suite' ... # Subtest: No semicolon before chunk extensions at request/transfer-encoding.md:291 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:291) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:291) --- duration_ms: 122.269224 type: 'test' ... 1..1 ok 8 - No semicolon before chunk extensions at request/transfer-encoding.md:291 --- duration_ms: 122.41946 type: 'suite' ... # Subtest: No extension after semicolon at request/transfer-encoding.md:328 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:328) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:328) --- duration_ms: 108.740737 type: 'test' ... 1..1 ok 9 - No extension after semicolon at request/transfer-encoding.md:328 --- duration_ms: 108.892316 type: 'suite' ... # Subtest: Chunk extensions quoting at request/transfer-encoding.md:366 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:366) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:366) --- duration_ms: 143.619258 type: 'test' ... 1..1 ok 10 - Chunk extensions quoting at request/transfer-encoding.md:366 --- duration_ms: 143.780932 type: 'suite' ... # Subtest: Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:424) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:424) --- duration_ms: 108.644491 type: 'test' ... 1..1 ok 11 - Unbalanced chunk extensions quoting at request/transfer-encoding.md:424 --- duration_ms: 108.79656 type: 'suite' ... 1..11 ok 1 - `chunked` at request/transfer-encoding.md:4 --- duration_ms: 1187.32145 type: 'suite' ... # Subtest: Invalid OBS fold after chunked value at request/transfer-encoding.md:942 # Subtest: Chunk header not terminated by CRLF at request/transfer-encoding.md:976 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:976) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:976) --- duration_ms: 107.517673 type: 'test' ... 1..1 ok 1 - Chunk header not terminated by CRLF at request/transfer-encoding.md:976 --- duration_ms: 107.658654 type: 'suite' ... # Subtest: Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 # Subtest: should pass for type="request-lenient-optional-lf-after-cr" (location=request/transfer-encoding.md:1025) ok 1 - should pass for type="request-lenient-optional-lf-after-cr" (location=request/transfer-encoding.md:1025) --- duration_ms: 139.022193 type: 'test' ... 1..1 ok 2 - Chunk header not terminated by CRLF (lenient) at request/transfer-encoding.md:1025 --- duration_ms: 139.192206 type: 'suite' ... # Subtest: Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:1097) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:1097) --- duration_ms: 91.769301 type: 'test' ... 1..1 ok 3 - Chunk data not terminated by CRLF at request/transfer-encoding.md:1097 --- duration_ms: 91.921187 type: 'suite' ... # Subtest: Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 # Subtest: should pass for type="request-lenient-optional-crlf-after-chunk" (location=request/transfer-encoding.md:1140) ok 1 - should pass for type="request-lenient-optional-crlf-after-chunk" (location=request/transfer-encoding.md:1140) --- duration_ms: 1620.367096 type: 'test' ... 1..1 ok 4 - Chunk data not terminated by CRLF (lenient) at request/transfer-encoding.md:1140 --- duration_ms: 1620.526761 type: 'suite' ... 1..4 ok 2 - Invalid OBS fold after chunked value at request/transfer-encoding.md:942 --- duration_ms: 1959.62446 type: 'suite' ... # Subtest: Ignoring `pigeons` at request/transfer-encoding.md:464 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:464) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:464) --- duration_ms: 3.253457 type: 'test' ... 1..1 ok 3 - Ignoring `pigeons` at request/transfer-encoding.md:464 --- duration_ms: 3.39039 type: 'suite' ... # Subtest: POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:495) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:495) --- duration_ms: 122.47063 type: 'test' ... 1..1 ok 4 - POST with `Transfer-Encoding` and `Content-Length` at request/transfer-encoding.md:495 --- duration_ms: 122.612463 type: 'suite' ... # Subtest: POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 # Subtest: should pass for type="request-lenient-chunked-length" (location=request/transfer-encoding.md:530) ok 1 - should pass for type="request-lenient-chunked-length" (location=request/transfer-encoding.md:530) --- duration_ms: 126.328865 type: 'test' ... 1..1 ok 5 - POST with `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:530 --- duration_ms: 126.484979 type: 'suite' ... # Subtest: POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:574) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:574) --- duration_ms: 115.998251 type: 'test' ... 1..1 ok 6 - POST with empty `Transfer-Encoding` and `Content-Length` (lenient) at request/transfer-encoding.md:574 --- duration_ms: 116.142814 type: 'suite' ... # Subtest: POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:613) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:613) --- duration_ms: 3.267799 type: 'test' ... 1..1 ok 7 - POST with `chunked` before other transfer coding names at request/transfer-encoding.md:613 --- duration_ms: 3.390012 type: 'suite' ... # Subtest: POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:644) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:644) --- duration_ms: 2.584099 type: 'test' ... 1..1 ok 8 - POST with `chunked` and duplicate transfer-encoding at request/transfer-encoding.md:644 --- duration_ms: 2.693099 type: 'suite' ... # Subtest: POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 # Subtest: should pass for type="request-lenient-transfer-encoding" (location=request/transfer-encoding.md:680) ok 1 - should pass for type="request-lenient-transfer-encoding" (location=request/transfer-encoding.md:680) --- duration_ms: 1646.305488 type: 'test' ... 1..1 ok 9 - POST with `chunked` before other transfer-coding (lenient) at request/transfer-encoding.md:680 --- duration_ms: 1646.472144 type: 'suite' ... # Subtest: POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 # Subtest: should pass for type="request-lenient-transfer-encoding" (location=request/transfer-encoding.md:713) ok 1 - should pass for type="request-lenient-transfer-encoding" (location=request/transfer-encoding.md:713) --- duration_ms: 101.815089 type: 'test' ... 1..1 ok 10 - POST with `chunked` and duplicate transfer-encoding (lenient) at request/transfer-encoding.md:713 --- duration_ms: 101.970147 type: 'suite' ... # Subtest: POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:751) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:751) --- duration_ms: 124.378923 type: 'test' ... 1..1 ok 11 - POST with `chunked` as last transfer-encoding at request/transfer-encoding.md:751 --- duration_ms: 124.530513 type: 'suite' ... # Subtest: POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:793) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:793) --- duration_ms: 107.705944 type: 'test' ... 1..1 ok 12 - POST with `chunked` as last transfer-encoding (multiple headers) at request/transfer-encoding.md:793 --- duration_ms: 107.855874 type: 'suite' ... # Subtest: POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:840) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:840) --- duration_ms: 120.000867 type: 'test' ... 1..1 ok 13 - POST with `chunkedchunked` as transfer-encoding at request/transfer-encoding.md:840 --- duration_ms: 120.155033 type: 'suite' ... # Subtest: Missing last-chunk at request/transfer-encoding.md:877 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:877) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:877) --- duration_ms: 116.139029 type: 'test' ... 1..1 ok 14 - Missing last-chunk at request/transfer-encoding.md:877 --- duration_ms: 116.314292 type: 'suite' ... # Subtest: Validate chunk parameters at request/transfer-encoding.md:911 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:911) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:911) --- duration_ms: 118.657499 type: 'test' ... 1..1 ok 15 - Validate chunk parameters at request/transfer-encoding.md:911 --- duration_ms: 118.824382 type: 'suite' ... # Subtest: Invalid OBS fold after chunked value at request/transfer-encoding.md:942 # Subtest: should pass for type="request-lenient-headers" (location=request/transfer-encoding.md:942) ok 1 - should pass for type="request-lenient-headers" (location=request/transfer-encoding.md:942) --- duration_ms: 70.689924 type: 'test' ... 1..1 ok 16 - Invalid OBS fold after chunked value at request/transfer-encoding.md:942 --- duration_ms: 70.834626 type: 'suite' ... # Subtest: Space after chunk header at request/transfer-encoding.md:1184 # Subtest: should pass for type="request" (location=request/transfer-encoding.md:1184) ok 1 - should pass for type="request" (location=request/transfer-encoding.md:1184) --- duration_ms: 71.66784 type: 'test' ... 1..1 ok 17 - Space after chunk header at request/transfer-encoding.md:1184 --- duration_ms: 71.822247 type: 'suite' ... # Subtest: Space after chunk header (lenient) at request/transfer-encoding.md:1215 # Subtest: should pass for type="request-lenient-spaces-after-chunk-size" (location=request/transfer-encoding.md:1215) ok 1 - should pass for type="request-lenient-spaces-after-chunk-size" (location=request/transfer-encoding.md:1215) --- duration_ms: 1610.228307 type: 'test' ... 1..1 ok 18 - Space after chunk header (lenient) at request/transfer-encoding.md:1215 --- duration_ms: 1610.397154 type: 'suite' ... 1..18 ok 8 - Transfer-Encoding header at request/transfer-encoding.md:1 --- duration_ms: 7612.034647 type: 'suite' ... # Subtest: Invalid requests at request/invalid.md:1 # Subtest: Invalid space after start line at request/invalid.md:509 # Subtest: Only LFs present at request/invalid.md:531 # Subtest: should pass for type="request" (location=request/invalid.md:531) ok 1 - should pass for type="request" (location=request/invalid.md:531) --- duration_ms: 124.474374 type: 'test' ... 1..1 ok 1 - Only LFs present at request/invalid.md:531 --- duration_ms: 124.620418 type: 'suite' ... # Subtest: Only LFs present (lenient) at request/invalid.md:568 # Subtest: should pass for type="request-lenient-all" (location=request/invalid.md:568) ok 1 - should pass for type="request-lenient-all" (location=request/invalid.md:568) --- duration_ms: 1701.513384 type: 'test' ... 1..1 ok 2 - Only LFs present (lenient) at request/invalid.md:568 --- duration_ms: 1701.672915 type: 'suite' ... # Subtest: Spaces before headers at request/invalid.md:650 # Subtest: should pass for type="request" (location=request/invalid.md:650) ok 1 - should pass for type="request" (location=request/invalid.md:650) --- duration_ms: 107.24479 type: 'test' ... 1..1 ok 3 - Spaces before headers at request/invalid.md:650 --- duration_ms: 107.391491 type: 'suite' ... # Subtest: Spaces before headers (lenient) at request/invalid.md:686 # Subtest: should pass for type="request-lenient-headers" (location=request/invalid.md:686) ok 1 - should pass for type="request-lenient-headers" (location=request/invalid.md:686) --- duration_ms: 123.309406 type: 'test' ... 1..1 ok 4 - Spaces before headers (lenient) at request/invalid.md:686 --- duration_ms: 123.462308 type: 'suite' ... 1..4 ok 1 - Invalid space after start line at request/invalid.md:509 --- duration_ms: 2057.446346 type: 'suite' ... # Subtest: ICE protocol and GET method at request/invalid.md:4 # Subtest: should pass for type="request" (location=request/invalid.md:4) ok 1 - should pass for type="request" (location=request/invalid.md:4) --- duration_ms: 97.637653 type: 'test' ... 1..1 ok 2 - ICE protocol and GET method at request/invalid.md:4 --- duration_ms: 97.783186 type: 'suite' ... # Subtest: ICE protocol, but not really at request/invalid.md:25 # Subtest: should pass for type="request" (location=request/invalid.md:25) ok 1 - should pass for type="request" (location=request/invalid.md:25) --- duration_ms: 102.794841 type: 'test' ... 1..1 ok 3 - ICE protocol, but not really at request/invalid.md:25 --- duration_ms: 102.950513 type: 'suite' ... # Subtest: RTSP protocol and PUT method at request/invalid.md:45 # Subtest: should pass for type="request" (location=request/invalid.md:45) ok 1 - should pass for type="request" (location=request/invalid.md:45) --- duration_ms: 99.191935 type: 'test' ... 1..1 ok 4 - RTSP protocol and PUT method at request/invalid.md:45 --- duration_ms: 99.337462 type: 'suite' ... # Subtest: HTTP protocol and ANNOUNCE method at request/invalid.md:66 # Subtest: should pass for type="request" (location=request/invalid.md:66) ok 1 - should pass for type="request" (location=request/invalid.md:66) --- duration_ms: 108.995906 type: 'test' ... 1..1 ok 5 - HTTP protocol and ANNOUNCE method at request/invalid.md:66 --- duration_ms: 109.144631 type: 'suite' ... # Subtest: Headers separated by CR at request/invalid.md:87 # Subtest: should pass for type="request" (location=request/invalid.md:87) ok 1 - should pass for type="request" (location=request/invalid.md:87) --- duration_ms: 61.208684 type: 'test' ... 1..1 ok 6 - Headers separated by CR at request/invalid.md:87 --- duration_ms: 61.356455 type: 'suite' ... # Subtest: Headers separated by LF at request/invalid.md:113 # Subtest: should pass for type="request" (location=request/invalid.md:113) ok 1 - should pass for type="request" (location=request/invalid.md:113) --- duration_ms: 83.573775 type: 'test' ... 1..1 ok 7 - Headers separated by LF at request/invalid.md:113 --- duration_ms: 83.725908 type: 'suite' ... # Subtest: Headers separated by dummy characters at request/invalid.md:147 # Subtest: should pass for type="request" (location=request/invalid.md:147) ok 1 - should pass for type="request" (location=request/invalid.md:147) --- duration_ms: 76.381429 type: 'test' ... 1..1 ok 8 - Headers separated by dummy characters at request/invalid.md:147 --- duration_ms: 76.535076 type: 'suite' ... # Subtest: Headers separated by dummy characters (lenient) at request/invalid.md:181 # Subtest: should pass for type="request-lenient-optional-lf-after-cr" (location=request/invalid.md:181) ok 1 - should pass for type="request-lenient-optional-lf-after-cr" (location=request/invalid.md:181) --- duration_ms: 81.794791 type: 'test' ... 1..1 ok 9 - Headers separated by dummy characters (lenient) at request/invalid.md:181 --- duration_ms: 81.962886 type: 'suite' ... # Subtest: Empty headers separated by CR at request/invalid.md:216 # Subtest: should pass for type="request" (location=request/invalid.md:216) ok 1 - should pass for type="request" (location=request/invalid.md:216) --- duration_ms: 110.944619 type: 'test' ... 1..1 ok 10 - Empty headers separated by CR at request/invalid.md:216 --- duration_ms: 111.108625 type: 'suite' ... # Subtest: Empty headers separated by LF at request/invalid.md:254 # Subtest: should pass for type="request" (location=request/invalid.md:254) ok 1 - should pass for type="request" (location=request/invalid.md:254) --- duration_ms: 79.621018 type: 'test' ... 1..1 ok 11 - Empty headers separated by LF at request/invalid.md:254 --- duration_ms: 79.774821 type: 'suite' ... # Subtest: Invalid header token \#1 at request/invalid.md:287 # Subtest: should pass for type="request" (location=request/invalid.md:287) ok 1 - should pass for type="request" (location=request/invalid.md:287) --- duration_ms: 3.280535 type: 'test' ... 1..1 ok 12 - Invalid header token \#1 at request/invalid.md:287 --- duration_ms: 3.412199 type: 'suite' ... # Subtest: Invalid header token \#2 at request/invalid.md:310 # Subtest: should pass for type="request" (location=request/invalid.md:310) ok 1 - should pass for type="request" (location=request/invalid.md:310) --- duration_ms: 2.626474 type: 'test' ... 1..1 ok 13 - Invalid header token \#2 at request/invalid.md:310 --- duration_ms: 2.739896 type: 'suite' ... # Subtest: Invalid header token \#3 at request/invalid.md:333 # Subtest: should pass for type="request" (location=request/invalid.md:333) ok 1 - should pass for type="request" (location=request/invalid.md:333) --- duration_ms: 2.253806 type: 'test' ... 1..1 ok 14 - Invalid header token \#3 at request/invalid.md:333 --- duration_ms: 2.368228 type: 'suite' ... # Subtest: Invalid method at request/invalid.md:356 # Subtest: should pass for type="request" (location=request/invalid.md:356) ok 1 - should pass for type="request" (location=request/invalid.md:356) --- duration_ms: 37.200457 type: 'test' ... 1..1 ok 15 - Invalid method at request/invalid.md:356 --- duration_ms: 37.326819 type: 'suite' ... # Subtest: Illegal header field name line folding at request/invalid.md:372 # Subtest: should pass for type="request" (location=request/invalid.md:372) ok 1 - should pass for type="request" (location=request/invalid.md:372) --- duration_ms: 2.819932 type: 'test' ... 1..1 ok 16 - Illegal header field name line folding at request/invalid.md:372 --- duration_ms: 2.946815 type: 'suite' ... # Subtest: Corrupted Connection header at request/invalid.md:396 # Subtest: should pass for type="request" (location=request/invalid.md:396) ok 1 - should pass for type="request" (location=request/invalid.md:396) --- duration_ms: 2.430626 type: 'test' ... 1..1 ok 17 - Corrupted Connection header at request/invalid.md:396 --- duration_ms: 2.553346 type: 'suite' ... # Subtest: Corrupted header name at request/invalid.md:425 # Subtest: should pass for type="request" (location=request/invalid.md:425) ok 1 - should pass for type="request" (location=request/invalid.md:425) --- duration_ms: 2.646506 type: 'test' ... 1..1 ok 18 - Corrupted header name at request/invalid.md:425 --- duration_ms: 2.766692 type: 'suite' ... # Subtest: Missing CR between headers at request/invalid.md:454 # Subtest: should pass for type="request" (location=request/invalid.md:454) ok 1 - should pass for type="request" (location=request/invalid.md:454) --- duration_ms: 2.603819 type: 'test' ... 1..1 ok 19 - Missing CR between headers at request/invalid.md:454 --- duration_ms: 2.722215 type: 'suite' ... # Subtest: Invalid HTTP version at request/invalid.md:490 # Subtest: should pass for type="request" (location=request/invalid.md:490) ok 1 - should pass for type="request" (location=request/invalid.md:490) --- duration_ms: 2.583087 type: 'test' ... 1..1 ok 20 - Invalid HTTP version at request/invalid.md:490 --- duration_ms: 2.702698 type: 'suite' ... # Subtest: Invalid space after start line at request/invalid.md:509 # Subtest: should pass for type="request" (location=request/invalid.md:509) ok 1 - should pass for type="request" (location=request/invalid.md:509) --- duration_ms: 49.867065 type: 'test' ... 1..1 ok 21 - Invalid space after start line at request/invalid.md:509 --- duration_ms: 50.001526 type: 'suite' ... 1..21 ok 9 - Invalid requests at request/invalid.md:1 --- duration_ms: 3072.004289 type: 'suite' ... # Subtest: Finish at request/finish.md:1 # Subtest: It should be safe to finish after GET request at request/finish.md:6 # Subtest: should pass for type="request-finish" (location=request/finish.md:6) ok 1 - should pass for type="request-finish" (location=request/finish.md:6) --- duration_ms: 1577.80306 type: 'test' ... 1..1 ok 1 - It should be safe to finish after GET request at request/finish.md:6 --- duration_ms: 1577.958727 type: 'suite' ... # Subtest: It should be unsafe to finish after incomplete PUT request at request/finish.md:30 # Subtest: should pass for type="request-finish" (location=request/finish.md:30) ok 1 - should pass for type="request-finish" (location=request/finish.md:30) --- duration_ms: 70.408379 type: 'test' ... 1..1 ok 2 - It should be unsafe to finish after incomplete PUT request at request/finish.md:30 --- duration_ms: 70.555511 type: 'suite' ... # Subtest: It should be unsafe to finish inside of the header at request/finish.md:55 # Subtest: should pass for type="request-finish" (location=request/finish.md:55) ok 1 - should pass for type="request-finish" (location=request/finish.md:55) --- duration_ms: 53.19893 type: 'test' ... 1..1 ok 3 - It should be unsafe to finish inside of the header at request/finish.md:55 --- duration_ms: 53.349978 type: 'suite' ... 1..3 ok 10 - Finish at request/finish.md:1 --- duration_ms: 1702.144165 type: 'suite' ... # Subtest: Pausing at request/pausing.md:1 # Subtest: on_message_begin at request/pausing.md:4 # Subtest: should pass for type="request" (location=request/pausing.md:4) ok 1 - should pass for type="request" (location=request/pausing.md:4) --- duration_ms: 1581.7041 type: 'test' ... 1..1 ok 1 - on_message_begin at request/pausing.md:4 --- duration_ms: 1581.861934 type: 'suite' ... # Subtest: on_message_complete at request/pausing.md:34 # Subtest: should pass for type="request" (location=request/pausing.md:34) ok 1 - should pass for type="request" (location=request/pausing.md:34) --- duration_ms: 1582.040212 type: 'test' ... 1..1 ok 2 - on_message_complete at request/pausing.md:34 --- duration_ms: 1582.20475 type: 'suite' ... # Subtest: on_protocol_complete at request/pausing.md:64 # Subtest: should pass for type="request" (location=request/pausing.md:64) ok 1 - should pass for type="request" (location=request/pausing.md:64) --- duration_ms: 1599.875423 type: 'test' ... 1..1 ok 3 - on_protocol_complete at request/pausing.md:64 --- duration_ms: 1600.044652 type: 'suite' ... # Subtest: on_method_complete at request/pausing.md:94 # Subtest: should pass for type="request" (location=request/pausing.md:94) ok 1 - should pass for type="request" (location=request/pausing.md:94) --- duration_ms: 1572.013498 type: 'test' ... 1..1 ok 4 - on_method_complete at request/pausing.md:94 --- duration_ms: 1572.179681 type: 'suite' ... # Subtest: on_url_complete at request/pausing.md:124 # Subtest: should pass for type="request" (location=request/pausing.md:124) ok 1 - should pass for type="request" (location=request/pausing.md:124) --- duration_ms: 1596.518986 type: 'test' ... 1..1 ok 5 - on_url_complete at request/pausing.md:124 --- duration_ms: 1596.692431 type: 'suite' ... # Subtest: on_version_complete at request/pausing.md:154 # Subtest: should pass for type="request" (location=request/pausing.md:154) ok 1 - should pass for type="request" (location=request/pausing.md:154) --- duration_ms: 1598.965503 type: 'test' ... 1..1 ok 6 - on_version_complete at request/pausing.md:154 --- duration_ms: 1599.132275 type: 'suite' ... # Subtest: on_header_field_complete at request/pausing.md:184 # Subtest: should pass for type="request" (location=request/pausing.md:184) ok 1 - should pass for type="request" (location=request/pausing.md:184) --- duration_ms: 1595.558958 type: 'test' ... 1..1 ok 7 - on_header_field_complete at request/pausing.md:184 --- duration_ms: 1595.735177 type: 'suite' ... # Subtest: on_header_value_complete at request/pausing.md:214 # Subtest: should pass for type="request" (location=request/pausing.md:214) ok 1 - should pass for type="request" (location=request/pausing.md:214) --- duration_ms: 1568.878159 type: 'test' ... 1..1 ok 8 - on_header_value_complete at request/pausing.md:214 --- duration_ms: 1569.051477 type: 'suite' ... # Subtest: on_headers_complete at request/pausing.md:244 # Subtest: should pass for type="request" (location=request/pausing.md:244) ok 1 - should pass for type="request" (location=request/pausing.md:244) --- duration_ms: 1586.317647 type: 'test' ... 1..1 ok 9 - on_headers_complete at request/pausing.md:244 --- duration_ms: 1586.484442 type: 'suite' ... # Subtest: on_chunk_header at request/pausing.md:274 # Subtest: should pass for type="request" (location=request/pausing.md:274) ok 1 - should pass for type="request" (location=request/pausing.md:274) --- duration_ms: 1568.503057 type: 'test' ... 1..1 ok 10 - on_chunk_header at request/pausing.md:274 --- duration_ms: 1568.674709 type: 'suite' ... # Subtest: on_chunk_extension_name at request/pausing.md:313 # Subtest: should pass for type="request" (location=request/pausing.md:313) ok 1 - should pass for type="request" (location=request/pausing.md:313) --- duration_ms: 1583.433559 type: 'test' ... 1..1 ok 11 - on_chunk_extension_name at request/pausing.md:313 --- duration_ms: 1583.601365 type: 'suite' ... # Subtest: on_chunk_extension_value at request/pausing.md:355 # Subtest: should pass for type="request" (location=request/pausing.md:355) ok 1 - should pass for type="request" (location=request/pausing.md:355) --- duration_ms: 1564.330429 type: 'test' ... 1..1 ok 12 - on_chunk_extension_value at request/pausing.md:355 --- duration_ms: 1564.489613 type: 'suite' ... # Subtest: on_chunk_complete at request/pausing.md:398 # Subtest: should pass for type="request" (location=request/pausing.md:398) ok 1 - should pass for type="request" (location=request/pausing.md:398) --- duration_ms: 1560.812846 type: 'test' ... 1..1 ok 13 - on_chunk_complete at request/pausing.md:398 --- duration_ms: 1560.974411 type: 'suite' ... 1..13 ok 11 - Pausing at request/pausing.md:1 --- duration_ms: 20562.04105 type: 'suite' ... # Subtest: Pipelining at request/pipelining.md:1 # Subtest: Should parse multiple events at request/pipelining.md:4 # Subtest: should pass for type="request" (location=request/pipelining.md:4) ok 1 - should pass for type="request" (location=request/pipelining.md:4) --- duration_ms: 134.179958 type: 'test' ... 1..1 ok 1 - Should parse multiple events at request/pipelining.md:4 --- duration_ms: 134.313307 type: 'suite' ... 1..1 ok 12 - Pipelining at request/pipelining.md:1 --- duration_ms: 134.444498 type: 'suite' ... # Subtest: Sample responses at response/sample.md:1 # Subtest: Simple response at response/sample.md:4 # Subtest: should pass for type="response" (location=response/sample.md:4) ok 1 - should pass for type="response" (location=response/sample.md:4) --- duration_ms: 1594.156799 type: 'test' ... 1..1 ok 1 - Simple response at response/sample.md:4 --- duration_ms: 1594.294358 type: 'suite' ... # Subtest: RTSP response at response/sample.md:40 # Subtest: should pass for type="response" (location=response/sample.md:40) ok 1 - should pass for type="response" (location=response/sample.md:40) --- duration_ms: 34.663306 type: 'test' ... 1..1 ok 2 - RTSP response at response/sample.md:40 --- duration_ms: 34.80793 type: 'suite' ... # Subtest: ICE response at response/sample.md:60 # Subtest: should pass for type="response" (location=response/sample.md:60) ok 1 - should pass for type="response" (location=response/sample.md:60) --- duration_ms: 33.843552 type: 'test' ... 1..1 ok 3 - ICE response at response/sample.md:60 --- duration_ms: 33.983319 type: 'suite' ... # Subtest: Error on invalid response start at response/sample.md:80 # Subtest: should pass for type="response" (location=response/sample.md:80) ok 1 - should pass for type="response" (location=response/sample.md:80) --- duration_ms: 38.687295 type: 'test' ... 1..1 ok 4 - Error on invalid response start at response/sample.md:80 --- duration_ms: 38.823858 type: 'suite' ... # Subtest: Empty body should not trigger spurious span callbacks at response/sample.md:98 # Subtest: should pass for type="response" (location=response/sample.md:98) ok 1 - should pass for type="response" (location=response/sample.md:98) --- duration_ms: 34.790001 type: 'test' ... 1..1 ok 5 - Empty body should not trigger spurious span callbacks at response/sample.md:98 --- duration_ms: 34.928529 type: 'suite' ... # Subtest: Google 301 at response/sample.md:118 # Subtest: should pass for type="response" (location=response/sample.md:118) ok 1 - should pass for type="response" (location=response/sample.md:118) --- duration_ms: 311.343202 type: 'test' ... 1..1 ok 6 - Google 301 at response/sample.md:118 --- duration_ms: 311.498432 type: 'suite' ... # Subtest: amazon.com at response/sample.md:196 # Subtest: should pass for type="response" (location=response/sample.md:196) ok 1 - should pass for type="response" (location=response/sample.md:196) --- duration_ms: 362.537996 type: 'test' ... 1..1 ok 7 - amazon.com at response/sample.md:196 --- duration_ms: 362.688841 type: 'suite' ... # Subtest: No headers and no body at response/sample.md:271 # Subtest: should pass for type="response" (location=response/sample.md:271) ok 1 - should pass for type="response" (location=response/sample.md:271) --- duration_ms: 51.776885 type: 'test' ... 1..1 ok 8 - No headers and no body at response/sample.md:271 --- duration_ms: 51.91923 type: 'suite' ... # Subtest: No reason phrase at response/sample.md:291 # Subtest: should pass for type="response" (location=response/sample.md:291) ok 1 - should pass for type="response" (location=response/sample.md:291) --- duration_ms: 28.93586 type: 'test' ... 1..1 ok 9 - No reason phrase at response/sample.md:291 --- duration_ms: 29.076565 type: 'suite' ... # Subtest: Empty reason phrase after space at response/sample.md:310 # Subtest: should pass for type="response" (location=response/sample.md:310) ok 1 - should pass for type="response" (location=response/sample.md:310) --- duration_ms: 31.6014 type: 'test' ... 1..1 ok 10 - Empty reason phrase after space at response/sample.md:310 --- duration_ms: 31.737155 type: 'suite' ... # Subtest: No carriage ret at response/sample.md:330 # Subtest: should pass for type="response" (location=response/sample.md:330) ok 1 - should pass for type="response" (location=response/sample.md:330) --- duration_ms: 116.296019 type: 'test' ... 1..1 ok 11 - No carriage ret at response/sample.md:330 --- duration_ms: 116.441054 type: 'suite' ... # Subtest: No carriage ret (lenient) at response/sample.md:351 # Subtest: should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) ok 1 - should pass for type="response-lenient-optional-cr-before-lf" (location=response/sample.md:351) --- duration_ms: 1638.412371 type: 'test' ... 1..1 ok 12 - No carriage ret (lenient) at response/sample.md:351 --- duration_ms: 1638.564789 type: 'suite' ... # Subtest: Underscore in header key at response/sample.md:382 # Subtest: should pass for type="response" (location=response/sample.md:382) ok 1 - should pass for type="response" (location=response/sample.md:382) --- duration_ms: 130.834685 type: 'test' ... 1..1 ok 13 - Underscore in header key at response/sample.md:382 --- duration_ms: 130.979733 type: 'suite' ... # Subtest: bonjourmadame.fr at response/sample.md:425 # Subtest: should pass for type="response" (location=response/sample.md:425) ok 1 - should pass for type="response" (location=response/sample.md:425) --- duration_ms: 186.522401 type: 'test' ... 1..1 ok 14 - bonjourmadame.fr at response/sample.md:425 --- duration_ms: 186.67083 type: 'suite' ... # Subtest: Spaces in header value at response/sample.md:494 # Subtest: should pass for type="response" (location=response/sample.md:494) ok 1 - should pass for type="response" (location=response/sample.md:494) --- duration_ms: 276.465643 type: 'test' ... 1..1 ok 15 - Spaces in header value at response/sample.md:494 --- duration_ms: 276.616343 type: 'suite' ... # Subtest: Spaces in header name at response/sample.md:574 # Subtest: should pass for type="response" (location=response/sample.md:574) ok 1 - should pass for type="response" (location=response/sample.md:574) --- duration_ms: 83.761157 type: 'test' ... 1..1 ok 16 - Spaces in header name at response/sample.md:574 --- duration_ms: 83.901584 type: 'suite' ... # Subtest: Non ASCII in status line at response/sample.md:609 # Subtest: should pass for type="response" (location=response/sample.md:609) ok 1 - should pass for type="response" (location=response/sample.md:609) --- duration_ms: 2.766231 type: 'test' ... 1..1 ok 17 - Non ASCII in status line at response/sample.md:609 --- duration_ms: 2.881167 type: 'suite' ... # Subtest: HTTP version 0.9 at response/sample.md:645 # Subtest: should pass for type="response" (location=response/sample.md:645) ok 1 - should pass for type="response" (location=response/sample.md:645) --- duration_ms: 35.563325 type: 'test' ... 1..1 ok 18 - HTTP version 0.9 at response/sample.md:645 --- duration_ms: 35.707593 type: 'suite' ... # Subtest: No Content-Length, no Transfer-Encoding at response/sample.md:665 # Subtest: should pass for type="response" (location=response/sample.md:665) ok 1 - should pass for type="response" (location=response/sample.md:665) --- duration_ms: 115.027141 type: 'test' ... 1..1 ok 19 - No Content-Length, no Transfer-Encoding at response/sample.md:665 --- duration_ms: 115.193419 type: 'suite' ... # Subtest: Response starting with CRLF at response/sample.md:695 # Subtest: should pass for type="response" (location=response/sample.md:695) ok 1 - should pass for type="response" (location=response/sample.md:695) --- duration_ms: 76.035524 type: 'test' ... 1..1 ok 20 - Response starting with CRLF at response/sample.md:695 --- duration_ms: 76.288731 type: 'suite' ... 1..20 ok 13 - Sample responses at response/sample.md:1 --- duration_ms: 5188.270589 type: 'suite' ... # Subtest: Connection header at response/connection.md:1 # Subtest: Proxy-Connection at response/connection.md:4 # Subtest: should pass for type="response" (location=response/connection.md:4) ok 1 - should pass for type="response" (location=response/connection.md:4) --- duration_ms: 118.207242 type: 'test' ... 1..1 ok 1 - Proxy-Connection at response/connection.md:4 --- duration_ms: 118.343384 type: 'suite' ... # Subtest: HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 # Subtest: should pass for type="response" (location=response/connection.md:46) ok 1 - should pass for type="response" (location=response/connection.md:46) --- duration_ms: 107.495601 type: 'test' ... 1..1 ok 2 - HTTP/1.0 with keep-alive and EOF-terminated 200 status at response/connection.md:46 --- duration_ms: 107.631052 type: 'suite' ... # Subtest: HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 # Subtest: should pass for type="response" (location=response/connection.md:75) ok 1 - should pass for type="response" (location=response/connection.md:75) --- duration_ms: 67.386874 type: 'test' ... 1..1 ok 3 - HTTP/1.0 with keep-alive and 204 status at response/connection.md:75 --- duration_ms: 67.525823 type: 'suite' ... # Subtest: HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 # Subtest: should pass for type="response" (location=response/connection.md:110) ok 1 - should pass for type="response" (location=response/connection.md:110) --- duration_ms: 65.909262 type: 'test' ... 1..1 ok 4 - HTTP/1.1 with EOF-terminated 200 status at response/connection.md:110 --- duration_ms: 66.049581 type: 'suite' ... # Subtest: HTTP/1.1 with 204 status at response/connection.md:134 # Subtest: should pass for type="response" (location=response/connection.md:134) ok 1 - should pass for type="response" (location=response/connection.md:134) --- duration_ms: 78.614334 type: 'test' ... 1..1 ok 5 - HTTP/1.1 with 204 status at response/connection.md:134 --- duration_ms: 78.761746 type: 'suite' ... # Subtest: HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 # Subtest: should pass for type="response" (location=response/connection.md:164) ok 1 - should pass for type="response" (location=response/connection.md:164) --- duration_ms: 114.328655 type: 'test' ... 1..1 ok 6 - HTTP/1.1 with keep-alive disabled and 204 status at response/connection.md:164 --- duration_ms: 114.473174 type: 'suite' ... # Subtest: HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 # Subtest: should pass for type="response-lenient-data-after-close" (location=response/connection.md:191) ok 1 - should pass for type="response-lenient-data-after-close" (location=response/connection.md:191) --- duration_ms: 1631.380088 type: 'test' ... 1..1 ok 7 - HTTP/1.1 with keep-alive disabled, content-length (lenient) at response/connection.md:191 --- duration_ms: 1631.533291 type: 'suite' ... # Subtest: HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 # Subtest: should pass for type="response" (location=response/connection.md:225) ok 1 - should pass for type="response" (location=response/connection.md:225) --- duration_ms: 101.304587 type: 'test' ... 1..1 ok 8 - HTTP/1.1 with keep-alive disabled, content-length at response/connection.md:225 --- duration_ms: 101.447241 type: 'suite' ... # Subtest: HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 # Subtest: should pass for type="response-lenient-keep-alive" (location=response/connection.md:260) ok 1 - should pass for type="response-lenient-keep-alive" (location=response/connection.md:260) --- duration_ms: 1631.321655 type: 'test' ... 1..1 ok 9 - HTTP/1.1 with keep-alive disabled and 204 status (lenient) at response/connection.md:260 --- duration_ms: 1631.488654 type: 'suite' ... # Subtest: HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 # Subtest: should pass for type="response" (location=response/connection.md:293) ok 1 - should pass for type="response" (location=response/connection.md:293) --- duration_ms: 103.217435 type: 'test' ... 1..1 ok 10 - HTTP 101 response with Upgrade and Content-Length header at response/connection.md:293 --- duration_ms: 103.36038 type: 'suite' ... # Subtest: HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 # Subtest: should pass for type="response" (location=response/connection.md:331) ok 1 - should pass for type="response" (location=response/connection.md:331) --- duration_ms: 131.130712 type: 'test' ... 1..1 ok 11 - HTTP 101 response with Upgrade and Transfer-Encoding header at response/connection.md:331 --- duration_ms: 131.281556 type: 'suite' ... # Subtest: HTTP 200 response with Upgrade header at response/connection.md:374 # Subtest: should pass for type="response" (location=response/connection.md:374) ok 1 - should pass for type="response" (location=response/connection.md:374) --- duration_ms: 112.929259 type: 'test' ... 1..1 ok 12 - HTTP 200 response with Upgrade header at response/connection.md:374 --- duration_ms: 113.077639 type: 'suite' ... # Subtest: HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 # Subtest: should pass for type="response" (location=response/connection.md:405) ok 1 - should pass for type="response" (location=response/connection.md:405) --- duration_ms: 83.013668 type: 'test' ... 1..1 ok 13 - HTTP 200 response with Upgrade header and Content-Length at response/connection.md:405 --- duration_ms: 83.164172 type: 'suite' ... # Subtest: HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 # Subtest: should pass for type="response" (location=response/connection.md:442) ok 1 - should pass for type="response" (location=response/connection.md:442) --- duration_ms: 110.807646 type: 'test' ... 1..1 ok 14 - HTTP 200 response with Upgrade header and Transfer-Encoding at response/connection.md:442 --- duration_ms: 110.952818 type: 'suite' ... # Subtest: HTTP 304 with Content-Length at response/connection.md:492 # Subtest: should pass for type="response" (location=response/connection.md:492) ok 1 - should pass for type="response" (location=response/connection.md:492) --- duration_ms: 103.158479 type: 'test' ... 1..1 ok 15 - HTTP 304 with Content-Length at response/connection.md:492 --- duration_ms: 103.300818 type: 'suite' ... # Subtest: HTTP 304 with Transfer-Encoding at response/connection.md:537 # Subtest: should pass for type="response" (location=response/connection.md:537) ok 1 - should pass for type="response" (location=response/connection.md:537) --- duration_ms: 130.50143 type: 'test' ... 1..1 ok 16 - HTTP 304 with Transfer-Encoding at response/connection.md:537 --- duration_ms: 130.647907 type: 'suite' ... # Subtest: HTTP 100 first, then 400 at response/connection.md:586 # Subtest: should pass for type="response" (location=response/connection.md:586) ok 1 - should pass for type="response" (location=response/connection.md:586) --- duration_ms: 142.768004 type: 'test' ... 1..1 ok 17 - HTTP 100 first, then 400 at response/connection.md:586 --- duration_ms: 142.917573 type: 'suite' ... # Subtest: HTTP 103 first, then 200 at response/connection.md:641 # Subtest: should pass for type="response" (location=response/connection.md:641) ok 1 - should pass for type="response" (location=response/connection.md:641) --- duration_ms: 152.74973 type: 'test' ... 1..1 ok 18 - HTTP 103 first, then 200 at response/connection.md:641 --- duration_ms: 153.042104 type: 'suite' ... 1..18 ok 14 - Connection header at response/connection.md:1 --- duration_ms: 4990.385546 type: 'suite' ... # Subtest: Content-Length header at response/content-length.md:1 # Subtest: Response without `Content-Length`, but with body at response/content-length.md:4 # Subtest: should pass for type="response" (location=response/content-length.md:4) ok 1 - should pass for type="response" (location=response/content-length.md:4) --- duration_ms: 261.213011 type: 'test' ... 1..1 ok 1 - Response without `Content-Length`, but with body at response/content-length.md:4 --- duration_ms: 261.35593 type: 'suite' ... # Subtest: Content-Length-X at response/content-length.md:80 # Subtest: should pass for type="response" (location=response/content-length.md:80) ok 1 - should pass for type="response" (location=response/content-length.md:80) --- duration_ms: 84.793727 type: 'test' ... 1..1 ok 2 - Content-Length-X at response/content-length.md:80 --- duration_ms: 84.9367 type: 'suite' ... # Subtest: Content-Length reset when no body is received at response/content-length.md:123 # Subtest: should pass for type="response" (location=response/content-length.md:123) ok 1 - should pass for type="response" (location=response/content-length.md:123) --- duration_ms: 1582.444063 type: 'test' ... 1..1 ok 3 - Content-Length reset when no body is received at response/content-length.md:123 --- duration_ms: 1582.594116 type: 'suite' ... 1..3 ok 15 - Content-Length header at response/content-length.md:1 --- duration_ms: 1929.137372 type: 'suite' ... # Subtest: Transfer-Encoding header at response/transfer-encoding.md:1 # Subtest: Trailing space on chunked body at response/transfer-encoding.md:4 # Subtest: should pass for type="response" (location=response/transfer-encoding.md:4) ok 1 - should pass for type="response" (location=response/transfer-encoding.md:4) --- duration_ms: 112.708845 type: 'test' ... 1..1 ok 1 - Trailing space on chunked body at response/transfer-encoding.md:4 --- duration_ms: 112.846872 type: 'suite' ... # Subtest: `chunked` before other transfer-encoding at response/transfer-encoding.md:43 # Subtest: should pass for type="response" (location=response/transfer-encoding.md:43) ok 1 - should pass for type="response" (location=response/transfer-encoding.md:43) --- duration_ms: 74.554889 type: 'test' ... 1..1 ok 2 - `chunked` before other transfer-encoding at response/transfer-encoding.md:43 --- duration_ms: 74.705856 type: 'suite' ... # Subtest: multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 # Subtest: should pass for type="response" (location=response/transfer-encoding.md:74) ok 1 - should pass for type="response" (location=response/transfer-encoding.md:74) --- duration_ms: 98.268681 type: 'test' ... 1..1 ok 3 - multiple transfer-encoding where chunked is not the last one at response/transfer-encoding.md:74 --- duration_ms: 98.415969 type: 'suite' ... # Subtest: `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 # Subtest: should pass for type="response" (location=response/transfer-encoding.md:110) ok 1 - should pass for type="response" (location=response/transfer-encoding.md:110) --- duration_ms: 84.550431 type: 'test' ... 1..1 ok 4 - `chunkedchunked` transfer-encoding does not enable chunked enconding at response/transfer-encoding.md:110 --- duration_ms: 84.69058 type: 'suite' ... # Subtest: Chunk extensions at response/transfer-encoding.md:157 # Subtest: should pass for type="response" (location=response/transfer-encoding.md:157) ok 1 - should pass for type="response" (location=response/transfer-encoding.md:157) --- duration_ms: 122.613551 type: 'test' ... 1..1 ok 5 - Chunk extensions at response/transfer-encoding.md:157 --- duration_ms: 122.785945 type: 'suite' ... # Subtest: No semicolon before chunk extensions at response/transfer-encoding.md:212 # Subtest: should pass for type="response" (location=response/transfer-encoding.md:212) ok 1 - should pass for type="response" (location=response/transfer-encoding.md:212) --- duration_ms: 94.387867 type: 'test' ... 1..1 ok 6 - No semicolon before chunk extensions at response/transfer-encoding.md:212 --- duration_ms: 94.526974 type: 'suite' ... # Subtest: No extension after semicolon at response/transfer-encoding.md:248 # Subtest: should pass for type="response" (location=response/transfer-encoding.md:248) ok 1 - should pass for type="response" (location=response/transfer-encoding.md:248) --- duration_ms: 77.82185 type: 'test' ... 1..1 ok 7 - No extension after semicolon at response/transfer-encoding.md:248 --- duration_ms: 77.961277 type: 'suite' ... # Subtest: Chunk extensions quoting at response/transfer-encoding.md:284 # Subtest: should pass for type="response" (location=response/transfer-encoding.md:284) ok 1 - should pass for type="response" (location=response/transfer-encoding.md:284) --- duration_ms: 159.121371 type: 'test' ... 1..1 ok 8 - Chunk extensions quoting at response/transfer-encoding.md:284 --- duration_ms: 159.270884 type: 'suite' ... # Subtest: Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 # Subtest: should pass for type="response" (location=response/transfer-encoding.md:345) ok 1 - should pass for type="response" (location=response/transfer-encoding.md:345) --- duration_ms: 102.116225 type: 'test' ... 1..1 ok 9 - Unbalanced chunk extensions quoting at response/transfer-encoding.md:345 --- duration_ms: 102.252655 type: 'suite' ... # Subtest: Invalid OBS fold after chunked value at response/transfer-encoding.md:389 # Subtest: should pass for type="response-lenient-headers" (location=response/transfer-encoding.md:389) ok 1 - should pass for type="response-lenient-headers" (location=response/transfer-encoding.md:389) --- duration_ms: 1591.197989 type: 'test' ... 1..1 ok 10 - Invalid OBS fold after chunked value at response/transfer-encoding.md:389 --- duration_ms: 1591.353341 type: 'suite' ... 1..10 ok 16 - Transfer-Encoding header at response/transfer-encoding.md:1 --- duration_ms: 2519.474677 type: 'suite' ... # Subtest: Invalid responses at response/invalid.md:1 # Subtest: Invalid space after start line at response/invalid.md:149 # Subtest: Extra space between HTTP version and status code at response/invalid.md:168 # Subtest: should pass for type="response" (location=response/invalid.md:168) ok 1 - should pass for type="response" (location=response/invalid.md:168) --- duration_ms: 37.306287 type: 'test' ... 1..1 ok 1 - Extra space between HTTP version and status code at response/invalid.md:168 --- duration_ms: 37.440876 type: 'suite' ... # Subtest: Extra space between status code and reason at response/invalid.md:186 # Subtest: should pass for type="response" (location=response/invalid.md:186) ok 1 - should pass for type="response" (location=response/invalid.md:186) --- duration_ms: 37.266118 type: 'test' ... 1..1 ok 2 - Extra space between status code and reason at response/invalid.md:186 --- duration_ms: 37.403335 type: 'suite' ... # Subtest: One-digit status code at response/invalid.md:206 # Subtest: should pass for type="response" (location=response/invalid.md:206) ok 1 - should pass for type="response" (location=response/invalid.md:206) --- duration_ms: 31.675325 type: 'test' ... 1..1 ok 3 - One-digit status code at response/invalid.md:206 --- duration_ms: 31.809659 type: 'suite' ... # Subtest: Only LFs present and no body at response/invalid.md:224 # Subtest: should pass for type="response" (location=response/invalid.md:224) ok 1 - should pass for type="response" (location=response/invalid.md:224) --- duration_ms: 64.886765 type: 'test' ... 1..1 ok 4 - Only LFs present and no body at response/invalid.md:224 --- duration_ms: 65.030797 type: 'suite' ... # Subtest: Only LFs present and no body (lenient) at response/invalid.md:241 # Subtest: should pass for type="response-lenient-all" (location=response/invalid.md:241) ok 1 - should pass for type="response-lenient-all" (location=response/invalid.md:241) --- duration_ms: 1544.277877 type: 'test' ... 1..1 ok 5 - Only LFs present and no body (lenient) at response/invalid.md:241 --- duration_ms: 1544.437618 type: 'suite' ... # Subtest: Only LFs present at response/invalid.md:264 # Subtest: should pass for type="response" (location=response/invalid.md:264) ok 1 - should pass for type="response" (location=response/invalid.md:264) --- duration_ms: 76.044689 type: 'test' ... 1..1 ok 6 - Only LFs present at response/invalid.md:264 --- duration_ms: 76.196936 type: 'suite' ... # Subtest: Only LFs present (lenient) at response/invalid.md:285 # Subtest: should pass for type="response-lenient-all" (location=response/invalid.md:285) ok 1 - should pass for type="response-lenient-all" (location=response/invalid.md:285) --- duration_ms: 78.916002 type: 'test' ... 1..1 ok 7 - Only LFs present (lenient) at response/invalid.md:285 --- duration_ms: 79.06553 type: 'suite' ... 1..7 ok 1 - Invalid space after start line at response/invalid.md:149 --- duration_ms: 1871.887866 type: 'suite' ... # Subtest: Incomplete HTTP protocol at response/invalid.md:4 # Subtest: should pass for type="response" (location=response/invalid.md:4) ok 1 - should pass for type="response" (location=response/invalid.md:4) --- duration_ms: 33.195105 type: 'test' ... 1..1 ok 2 - Incomplete HTTP protocol at response/invalid.md:4 --- duration_ms: 33.337791 type: 'suite' ... # Subtest: Extra digit in HTTP major version at response/invalid.md:19 # Subtest: should pass for type="response" (location=response/invalid.md:19) ok 1 - should pass for type="response" (location=response/invalid.md:19) --- duration_ms: 39.818943 type: 'test' ... 1..1 ok 3 - Extra digit in HTTP major version at response/invalid.md:19 --- duration_ms: 39.962597 type: 'suite' ... # Subtest: Extra digit in HTTP major version \#2 at response/invalid.md:36 # Subtest: should pass for type="response" (location=response/invalid.md:36) ok 1 - should pass for type="response" (location=response/invalid.md:36) --- duration_ms: 38.287416 type: 'test' ... 1..1 ok 4 - Extra digit in HTTP major version \#2 at response/invalid.md:36 --- duration_ms: 38.431395 type: 'suite' ... # Subtest: Extra digit in HTTP minor version at response/invalid.md:53 # Subtest: should pass for type="response" (location=response/invalid.md:53) ok 1 - should pass for type="response" (location=response/invalid.md:53) --- duration_ms: 36.714354 type: 'test' ... 1..1 ok 5 - Extra digit in HTTP minor version at response/invalid.md:53 --- duration_ms: 36.852045 type: 'suite' ... # Subtest: Tab after HTTP version at response/invalid.md:72 # Subtest: should pass for type="response" (location=response/invalid.md:72) ok 1 - should pass for type="response" (location=response/invalid.md:72) --- duration_ms: 35.410683 type: 'test' ... 1..1 ok 6 - Tab after HTTP version at response/invalid.md:72 --- duration_ms: 35.550348 type: 'suite' ... # Subtest: CR before response and tab after HTTP version at response/invalid.md:90 # Subtest: should pass for type="response" (location=response/invalid.md:90) ok 1 - should pass for type="response" (location=response/invalid.md:90) --- duration_ms: 37.319829 type: 'test' ... 1..1 ok 7 - CR before response and tab after HTTP version at response/invalid.md:90 --- duration_ms: 37.464417 type: 'suite' ... # Subtest: Headers separated by CR at response/invalid.md:108 # Subtest: should pass for type="response" (location=response/invalid.md:108) ok 1 - should pass for type="response" (location=response/invalid.md:108) --- duration_ms: 63.99743 type: 'test' ... 1..1 ok 8 - Headers separated by CR at response/invalid.md:108 --- duration_ms: 64.141385 type: 'suite' ... # Subtest: Invalid HTTP version at response/invalid.md:132 # Subtest: should pass for type="response" (location=response/invalid.md:132) ok 1 - should pass for type="response" (location=response/invalid.md:132) --- duration_ms: 34.866861 type: 'test' ... 1..1 ok 9 - Invalid HTTP version at response/invalid.md:132 --- duration_ms: 35.011608 type: 'suite' ... # Subtest: Invalid space after start line at response/invalid.md:149 # Subtest: should pass for type="response" (location=response/invalid.md:149) ok 1 - should pass for type="response" (location=response/invalid.md:149) --- duration_ms: 50.378903 type: 'test' ... 1..1 ok 10 - Invalid space after start line at response/invalid.md:149 --- duration_ms: 50.524583 type: 'suite' ... 1..10 ok 17 - Invalid responses at response/invalid.md:1 --- duration_ms: 2243.873278 type: 'suite' ... # Subtest: Finish at response/finish.md:1 # Subtest: It should be safe to finish with cb after empty response at response/finish.md:6 # Subtest: should pass for type="response-finish" (location=response/finish.md:6) ok 1 - should pass for type="response-finish" (location=response/finish.md:6) --- duration_ms: 1547.97634 type: 'test' ... 1..1 ok 1 - It should be safe to finish with cb after empty response at response/finish.md:6 --- duration_ms: 1548.122297 type: 'suite' ... 1..1 ok 18 - Finish at response/finish.md:1 --- duration_ms: 1548.265718 type: 'suite' ... # Subtest: Lenient HTTP version parsing at response/lenient-version.md:1 # Subtest: Invalid HTTP version (lenient) at response/lenient-version.md:4 # Subtest: should pass for type="response-lenient-version" (location=response/lenient-version.md:4) ok 1 - should pass for type="response-lenient-version" (location=response/lenient-version.md:4) --- duration_ms: 1537.296383 type: 'test' ... 1..1 ok 1 - Invalid HTTP version (lenient) at response/lenient-version.md:4 --- duration_ms: 1537.442995 type: 'suite' ... 1..1 ok 19 - Lenient HTTP version parsing at response/lenient-version.md:1 --- duration_ms: 1537.581264 type: 'suite' ... # Subtest: Pausing at response/pausing.md:1 # Subtest: on_message_begin at response/pausing.md:4 # Subtest: should pass for type="response" (location=response/pausing.md:4) ok 1 - should pass for type="response" (location=response/pausing.md:4) --- duration_ms: 1594.281421 type: 'test' ... 1..1 ok 1 - on_message_begin at response/pausing.md:4 --- duration_ms: 1594.432656 type: 'suite' ... # Subtest: on_message_complete at response/pausing.md:32 # Subtest: should pass for type="response" (location=response/pausing.md:32) ok 1 - should pass for type="response" (location=response/pausing.md:32) --- duration_ms: 1561.056727 type: 'test' ... 1..1 ok 2 - on_message_complete at response/pausing.md:32 --- duration_ms: 1561.220893 type: 'suite' ... # Subtest: on_version_complete at response/pausing.md:60 # Subtest: should pass for type="response" (location=response/pausing.md:60) ok 1 - should pass for type="response" (location=response/pausing.md:60) --- duration_ms: 1583.527014 type: 'test' ... 1..1 ok 3 - on_version_complete at response/pausing.md:60 --- duration_ms: 1583.695317 type: 'suite' ... # Subtest: on_status_complete at response/pausing.md:88 # Subtest: should pass for type="response" (location=response/pausing.md:88) ok 1 - should pass for type="response" (location=response/pausing.md:88) --- duration_ms: 1597.945454 type: 'test' ... 1..1 ok 4 - on_status_complete at response/pausing.md:88 --- duration_ms: 1598.106105 type: 'suite' ... # Subtest: on_header_field_complete at response/pausing.md:116 # Subtest: should pass for type="response" (location=response/pausing.md:116) ok 1 - should pass for type="response" (location=response/pausing.md:116) --- duration_ms: 1592.121976 type: 'test' ... 1..1 ok 5 - on_header_field_complete at response/pausing.md:116 --- duration_ms: 1592.285421 type: 'suite' ... # Subtest: on_header_value_complete at response/pausing.md:144 # Subtest: should pass for type="response" (location=response/pausing.md:144) ok 1 - should pass for type="response" (location=response/pausing.md:144) --- duration_ms: 1571.997346 type: 'test' ... 1..1 ok 6 - on_header_value_complete at response/pausing.md:144 --- duration_ms: 1572.159039 type: 'suite' ... # Subtest: on_headers_complete at response/pausing.md:172 # Subtest: should pass for type="response" (location=response/pausing.md:172) ok 1 - should pass for type="response" (location=response/pausing.md:172) --- duration_ms: 1575.650374 type: 'test' ... 1..1 ok 7 - on_headers_complete at response/pausing.md:172 --- duration_ms: 1575.811373 type: 'suite' ... # Subtest: on_chunk_header at response/pausing.md:200 # Subtest: should pass for type="response" (location=response/pausing.md:200) ok 1 - should pass for type="response" (location=response/pausing.md:200) --- duration_ms: 1591.788573 type: 'test' ... 1..1 ok 8 - on_chunk_header at response/pausing.md:200 --- duration_ms: 1591.952379 type: 'suite' ... # Subtest: on_chunk_extension_name at response/pausing.md:237 # Subtest: should pass for type="response" (location=response/pausing.md:237) ok 1 - should pass for type="response" (location=response/pausing.md:237) --- duration_ms: 1568.120022 type: 'test' ... 1..1 ok 9 - on_chunk_extension_name at response/pausing.md:237 --- duration_ms: 1568.282542 type: 'suite' ... # Subtest: on_chunk_extension_value at response/pausing.md:277 # Subtest: should pass for type="response" (location=response/pausing.md:277) ok 1 - should pass for type="response" (location=response/pausing.md:277) --- duration_ms: 1602.822675 type: 'test' ... 1..1 ok 10 - on_chunk_extension_value at response/pausing.md:277 --- duration_ms: 1602.982645 type: 'suite' ... # Subtest: on_chunk_complete at response/pausing.md:317 # Subtest: should pass for type="response" (location=response/pausing.md:317) ok 1 - should pass for type="response" (location=response/pausing.md:317) --- duration_ms: 1588.554227 type: 'test' ... 1..1 ok 11 - on_chunk_complete at response/pausing.md:317 --- duration_ms: 1588.710626 type: 'suite' ... 1..11 ok 20 - Pausing at response/pausing.md:1 --- duration_ms: 17430.428281 type: 'suite' ... # Subtest: Pipelining at response/pipelining.md:1 # Subtest: Should parse multiple events at response/pipelining.md:4 # Subtest: should pass for type="response" (location=response/pipelining.md:4) ok 1 - should pass for type="response" (location=response/pipelining.md:4) --- duration_ms: 128.381745 type: 'test' ... 1..1 ok 1 - Should parse multiple events at response/pipelining.md:4 --- duration_ms: 128.519095 type: 'suite' ... 1..1 ok 21 - Pipelining at response/pipelining.md:1 --- duration_ms: 128.648889 type: 'suite' ... # Subtest: URL tests at url.md:1 # Subtest: Absolute URL at url.md:3 # Subtest: should pass for type="url" (location=url.md:3) ok 1 - should pass for type="url" (location=url.md:3) --- duration_ms: 516.089757 type: 'test' ... 1..1 ok 1 - Absolute URL at url.md:3 --- duration_ms: 516.231775 type: 'suite' ... # Subtest: Relative URL at url.md:17 # Subtest: should pass for type="url" (location=url.md:17) ok 1 - should pass for type="url" (location=url.md:17) --- duration_ms: 46.338304 type: 'test' ... 1..1 ok 2 - Relative URL at url.md:17 --- duration_ms: 46.486037 type: 'suite' ... # Subtest: Failing on broken schema at url.md:29 # Subtest: should pass for type="url" (location=url.md:29) ok 1 - should pass for type="url" (location=url.md:29) --- duration_ms: 16.845211 type: 'test' ... 1..1 ok 3 - Failing on broken schema at url.md:29 --- duration_ms: 16.980717 type: 'suite' ... # Subtest: Proxy request at url.md:41 # Subtest: should pass for type="url" (location=url.md:41) ok 1 - should pass for type="url" (location=url.md:41) --- duration_ms: 29.288469 type: 'test' ... 1..1 ok 4 - Proxy request at url.md:41 --- duration_ms: 29.419285 type: 'suite' ... # Subtest: Proxy request with port at url.md:53 # Subtest: should pass for type="url" (location=url.md:53) ok 1 - should pass for type="url" (location=url.md:53) --- duration_ms: 36.864587 type: 'test' ... 1..1 ok 5 - Proxy request with port at url.md:53 --- duration_ms: 37.009314 type: 'suite' ... # Subtest: Proxy IPv6 request at url.md:65 # Subtest: should pass for type="url" (location=url.md:65) ok 1 - should pass for type="url" (location=url.md:65) --- duration_ms: 32.838131 type: 'test' ... 1..1 ok 6 - Proxy IPv6 request at url.md:65 --- duration_ms: 32.975578 type: 'suite' ... # Subtest: Proxy IPv6 request with port at url.md:77 # Subtest: should pass for type="url" (location=url.md:77) ok 1 - should pass for type="url" (location=url.md:77) --- duration_ms: 38.223921 type: 'test' ... 1..1 ok 7 - Proxy IPv6 request with port at url.md:77 --- duration_ms: 38.363272 type: 'suite' ... # Subtest: IPv4 in IPv6 address at url.md:89 # Subtest: should pass for type="url" (location=url.md:89) ok 1 - should pass for type="url" (location=url.md:89) --- duration_ms: 85.240838 type: 'test' ... 1..1 ok 8 - IPv4 in IPv6 address at url.md:89 --- duration_ms: 85.387848 type: 'suite' ... # Subtest: Extra `?` in query string at url.md:101 # Subtest: should pass for type="url" (location=url.md:101) ok 1 - should pass for type="url" (location=url.md:101) --- duration_ms: 107.325304 type: 'test' ... 1..1 ok 9 - Extra `?` in query string at url.md:101 --- duration_ms: 107.469918 type: 'suite' ... # Subtest: URL encoded space at url.md:116 # Subtest: should pass for type="url" (location=url.md:116) ok 1 - should pass for type="url" (location=url.md:116) --- duration_ms: 39.437994 type: 'test' ... 1..1 ok 10 - URL encoded space at url.md:116 --- duration_ms: 39.575357 type: 'suite' ... # Subtest: URL fragment at url.md:127 # Subtest: should pass for type="url" (location=url.md:127) ok 1 - should pass for type="url" (location=url.md:127) --- duration_ms: 27.879147 type: 'test' ... 1..1 ok 11 - URL fragment at url.md:127 --- duration_ms: 28.012907 type: 'suite' ... # Subtest: Complex URL fragment at url.md:138 # Subtest: should pass for type="url" (location=url.md:138) ok 1 - should pass for type="url" (location=url.md:138) --- duration_ms: 106.184066 type: 'test' ... 1..1 ok 12 - Complex URL fragment at url.md:138 --- duration_ms: 106.3295 type: 'suite' ... # Subtest: Complex URL from node.js url parser doc at url.md:153 # Subtest: should pass for type="url" (location=url.md:153) ok 1 - should pass for type="url" (location=url.md:153) --- duration_ms: 86.3093 type: 'test' ... 1..1 ok 13 - Complex URL from node.js url parser doc at url.md:153 --- duration_ms: 86.457693 type: 'suite' ... # Subtest: Complex URL with basic auth from node.js url parser doc at url.md:167 # Subtest: should pass for type="url" (location=url.md:167) ok 1 - should pass for type="url" (location=url.md:167) --- duration_ms: 91.526141 type: 'test' ... 1..1 ok 14 - Complex URL with basic auth from node.js url parser doc at url.md:167 --- duration_ms: 91.673879 type: 'suite' ... # Subtest: Double `@` at url.md:181 # Subtest: should pass for type="url" (location=url.md:181) ok 1 - should pass for type="url" (location=url.md:181) --- duration_ms: 3.453124 type: 'test' ... 1..1 ok 15 - Double `@` at url.md:181 --- duration_ms: 3.581815 type: 'suite' ... # Subtest: Proxy basic auth with url encoded space at url.md:193 # Subtest: should pass for type="url" (location=url.md:193) ok 1 - should pass for type="url" (location=url.md:193) --- duration_ms: 42.737686 type: 'test' ... 1..1 ok 16 - Proxy basic auth with url encoded space at url.md:193 --- duration_ms: 42.865292 type: 'suite' ... # Subtest: Proxy basic auth with unreserved chars at url.md:205 # Subtest: should pass for type="url" (location=url.md:205) ok 1 - should pass for type="url" (location=url.md:205) --- duration_ms: 47.221145 type: 'test' ... 1..1 ok 17 - Proxy basic auth with unreserved chars at url.md:205 --- duration_ms: 47.364284 type: 'suite' ... # Subtest: IPv6 address with Zone ID at url.md:217 # Subtest: should pass for type="url" (location=url.md:217) ok 1 - should pass for type="url" (location=url.md:217) --- duration_ms: 44.476865 type: 'test' ... 1..1 ok 18 - IPv6 address with Zone ID at url.md:217 --- duration_ms: 44.689372 type: 'suite' ... # Subtest: IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 # Subtest: should pass for type="url" (location=url.md:229) ok 1 - should pass for type="url" (location=url.md:229) --- duration_ms: 41.850351 type: 'test' ... 1..1 ok 19 - IPv6 address with Zone ID, but `%` is not percent-encoded at url.md:229 --- duration_ms: 41.988755 type: 'suite' ... # Subtest: Disallow tab in URL at url.md:241 # Subtest: should pass for type="url" (location=url.md:241) ok 1 - should pass for type="url" (location=url.md:241) --- duration_ms: 2.970542 type: 'test' ... 1..1 ok 20 - Disallow tab in URL at url.md:241 --- duration_ms: 3.092095 type: 'suite' ... # Subtest: Disallow form-feed in URL at url.md:252 # Subtest: should pass for type="url" (location=url.md:252) ok 1 - should pass for type="url" (location=url.md:252) --- duration_ms: 2.446613 type: 'test' ... 1..1 ok 21 - Disallow form-feed in URL at url.md:252 --- duration_ms: 2.555883 type: 'suite' ... 1..21 ok 22 - URL tests at url.md:1 --- duration_ms: 1449.797136 type: 'suite' ... 1..22 # tests 260 # suites 292 # pass 260 # fail 0 # cancelled 0 # skipped 0 # todo 0 # duration_ms 91629.932212 >>> llhttp: Entering fakeroot... -- Install configuration: "MINSIZEREL" -- Installing: /home/buildozer/aports/community/llhttp/pkg/llhttp/usr/lib/libllhttp.so.9.3.0 -- 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-dev*: Scanning shared objects >>> llhttp-doc*: Scanning shared objects >>> llhttp*: Scanning shared objects >>> llhttp-dev*: Tracing dependencies... llhttp=9.3.0-r0 pkgconfig >>> llhttp-dev*: Package size: 35.4 KB >>> llhttp-dev*: Compressing data... >>> llhttp-dev*: Create checksum... >>> llhttp-dev*: Create llhttp-dev-9.3.0-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.0-r0.apk >>> llhttp*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> llhttp*: Package size: 129.7 KB >>> llhttp*: Compressing data... >>> llhttp*: Create checksum... >>> llhttp*: Create llhttp-9.3.0-r0.apk >>> llhttp: Build complete at Fri, 05 Sep 2025 16:22:14 +0000 elapsed time 0h 2m 0s >>> llhttp: Cleaning up srcdir >>> llhttp: Cleaning up pkgdir >>> llhttp: Uninstalling dependencies... ( 1/24) Purging .makedepends-llhttp (20250905.162015) ( 2/24) Purging cmake (4.1.1-r0) ( 3/24) Purging samurai (1.2-r7) ( 4/24) Purging npm (11.6.0-r0) ( 5/24) Purging nodejs (22.16.0-r3) ( 6/24) Purging ca-certificates (20250619-r0) ca-certificates-20250619-r0.post-deinstall: Executing script... ( 7/24) Purging ada-libs (2.9.2-r5) ( 8/24) Purging clang20 (20.1.8-r0) ( 9/24) Purging llvm20-linker-tools (20.1.8-r0) (10/24) Purging clang20-headers (20.1.8-r0) (11/24) Purging clang20-libs (20.1.8-r0) (12/24) Purging icu-libs (76.1-r1) (13/24) Purging libarchive (3.8.1-r0) (14/24) Purging libbz2 (1.0.8-r6) (15/24) Purging libuv (1.51.0-r0) (16/24) Purging llvm20-libs (20.1.8-r0) (17/24) Purging rhash-libs (1.4.6-r0) (18/24) Purging simdjson (3.12.0-r0) (19/24) Purging simdutf (7.3.6-r0) (20/24) Purging sqlite-libs (3.50.4-r1) (21/24) Purging icu-data-en (76.1-r1) (22/24) Purging libffi (3.5.2-r0) (23/24) Purging libxml2 (2.13.8-r0) (24/24) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r23.trigger: Executing script... OK: 288 MiB in 101 packages >>> llhttp: Updating the community/ppc64le repository index... >>> llhttp: Signing the index...