Skip to content

Commit a40bc51

Browse files
authored
Merge pull request #4 from MDA2AV/feat/reset-request
Move warning to top
2 parents 4d8739f + 857039f commit a40bc51

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/content/probe-results/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ layout: wide
44
toc: false
55
---
66

7+
{{< callout type="warning" >}}
8+
**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.
9+
{{< /callout >}}
10+
711
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`.
812

913
## Summary
@@ -24,10 +28,6 @@ HTTP/1.1 compliance comparison across frameworks. Each test sends a specific mal
2428
These results are from CI runs (`ubuntu-latest`). Click on the **Compliance**, **Smuggling**, or **Malformed Input** tabs above for detailed results per category.
2529
{{< /callout >}}
2630

27-
{{< callout type="warning" >}}
28-
**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.
29-
{{< /callout >}}
30-
3131
<script src="/Http11Probe/probe/data.js"></script>
3232
<script src="/Http11Probe/probe/render.js"></script>
3333
<script>

0 commit comments

Comments
 (0)