Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taikulawo committed Dec 24, 2024
1 parent cb6213c commit af3d026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame/reason.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit af3d026

Please sign in to comment.