From 857039ffe5302b5a1bfa152a9fea000d6fe80b5a Mon Sep 17 00:00:00 2001 From: Diogo Martins Date: Mon, 9 Feb 2026 17:17:36 +0000 Subject: [PATCH] Move warning to top --- docs/content/probe-results/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/probe-results/_index.md b/docs/content/probe-results/_index.md index d29af06..bda1fe2 100644 --- a/docs/content/probe-results/_index.md +++ b/docs/content/probe-results/_index.md @@ -4,6 +4,10 @@ layout: wide toc: false --- +{{< callout type="warning" >}} +**Glyph11** is an HTTP/1.1 parsing library currently in development and is included here only as a reference implementation. Its results should not be compared directly with production-grade servers. +{{< /callout >}} + HTTP/1.1 compliance comparison across frameworks. Each test sends a specific malformed or ambiguous request and checks the server's response against the **exact** expected status code. Updated on each manual probe run on `main`. ## Summary @@ -24,10 +28,6 @@ HTTP/1.1 compliance comparison across frameworks. Each test sends a specific mal These results are from CI runs (`ubuntu-latest`). Click on the **Compliance**, **Smuggling**, or **Malformed Input** tabs above for detailed results per category. {{< /callout >}} -{{< callout type="warning" >}} -**Glyph11** is an HTTP/1.1 parsing library currently in development and is included here only as a reference implementation. Its results should not be compared directly with production-grade servers. -{{< /callout >}} -