You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/probe-results/_index.md
+1-24Lines changed: 1 addition & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,24 +14,6 @@ HTTP/1.1 compliance comparison across frameworks. Each test sends a specific mal
14
14
These results are from CI runs (`ubuntu-latest`). Click on the **Compliance**, **Smuggling**, or **Malformed Input** tabs above for detailed results per category.
15
15
{{< /callout >}}
16
16
17
-
## Compliance
18
-
19
-
RFC 9110/9112 protocol requirements. These tests verify the parser rejects malformed framing per the HTTP specification.
20
-
21
-
<divid="table-compliance"></div>
22
-
23
-
## Smuggling
24
-
25
-
HTTP request smuggling vectors. These tests verify the parser rejects ambiguous requests that could be interpreted differently by intermediaries.
26
-
27
-
<divid="table-smuggling"></div>
28
-
29
-
## Malformed Input
30
-
31
-
Robustness tests for garbage, oversized, and invalid payloads. These tests verify the server handles pathological input without crashing.
@@ -40,11 +22,6 @@ Robustness tests for garbage, oversized, and invalid payloads. These tests verif
40
22
document.getElementById('probe-summary').innerHTML='<p><em>No probe data available yet. Run the Probe workflow manually on <code>main</code> to generate results.</em></p>';
0 commit comments