From af3d02681fdc17dad2087b9e3891a7f650e36dbc Mon Sep 17 00:00:00 2001 From: taikulawo Date: Tue, 24 Dec 2024 21:06:51 +0800 Subject: [PATCH] update --- src/frame/reason.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame/reason.rs b/src/frame/reason.rs index 24a73d4f..3b366061 100644 --- a/src/frame/reason.rs +++ b/src/frame/reason.rs @@ -58,7 +58,7 @@ impl Reason { pub const INADEQUATE_SECURITY: Reason = Reason(12); /// The endpoint requires that HTTP/1.1 be used instead of HTTP/2. pub const HTTP_1_1_REQUIRED: Reason = Reason(13); - /// The endpoint requires that HTTP/1.1 be used instead of HTTP/2. + /// The endpoint reach keepalive timeout pub const KEEPALIVE_TIMEOUT: Reason = Reason(14); /// Get a string description of the error code.