Rejected the response with error 0x10e. Nothing here violates the specification — this is valid HTTP/3 that a client is required to be able to process.
The client did something the clause forbids, or failed to do what it requires.
What was measured
- Client
- lsquic — LiteSpeed lsquic + BoringSSL, 4.9.4
- Test
- Trailing field section after the body —
h-trailers - Clause
- RFC 9114 §4.1 (MUST)
- Class
- interoperability — Correctly decoded something valid but demanding.
- Required behaviour
- Deliver the trailers to the application after the body completes.
- Measured
- 2026-09-18
Reproduce it
The suite is the judge, so the reproduction is to point the same client at the same test and let the server report what it saw.
SESSION=$(curl -sX POST https://conformance.pqcrypta.com/session | jq -r .id)
# then drive lsquic at the test URL and read the verdict:
curl -s https://conformance.pqcrypta.com/report/$SESSION.json | jq '.results["h-trailers"]'
What this suite is · The full grid · All clients · All tests · Findings