We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac71ce commit 4203885Copy full SHA for 4203885
quic/s2n-quic-tests/src/tests/endpoint_limits.rs
@@ -52,6 +52,11 @@ impl connection_id::Validator for MaxSizeIdFormat {
52
}
53
54
55
+//= https://www.rfc-editor.org/rfc/rfc9000#section-5.2.2
56
+//= type=test
57
+//# If a server refuses to accept a new connection, it SHOULD send an
58
+//# Initial packet containing a CONNECTION_CLOSE frame with error code
59
+//# CONNECTION_REFUSED.
60
// This test verifies that the server sends a CONNECTION_CLOSE frame with
61
// error code CONNECTION_REFUSED when the server's limiter returns Outcome::close().
62
#[test]
0 commit comments