docs(core): document HTTP/2 operation and architecture

This commit is contained in:
Zakaria El Orche
2026-08-13 21:39:37 +00:00
parent 3679eed74a
commit 825bdfc942
18 changed files with 272 additions and 98 deletions
+4 -4
View File
@@ -40,9 +40,9 @@ while dispatch is pending.
## Verification
- Phase 11 clean Maven build with JMH sources: 633 tests, no failures.
- h2spec sections 5 and 8: 39/39 after request DATA byte accounting landed.
- The complete clean Maven/JMH suite is recorded in `COMPLIANCE.md` and `PERFORMANCE.md`.
- h2spec sections 5 and 8 pass after request DATA byte accounting landed.
- Java `HttpClient` negotiates HTTP/2 over TLS and runs an existing parameterized route unchanged.
- curl prior-knowledge h2c receives a valid `200` response and body.
- Current JMH pooled lifecycle (HPACK decode, request assembly, response write and release):
483.571 ns/op, 0.003 B/op, no GC.
- The pooled lifecycle (HPACK decode, request assembly, response write and release) remains a
zero-GC CI gate; current percentile and allocation baselines live in `BASELINES.md`.