Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
Signed-off-by: KhulnaSoft bot <[email protected]>
  • Loading branch information
khulnasoft-bot authored Sep 27, 2024
1 parent 0184c70 commit 2b0dcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bongonet-core/src/protocols/http/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub mod v2;
pub use server::Session as ServerSession;

/// The Bongonet server name string
pub const SERVER_NAME: &[u8; 7] = b"Bongonet";
pub const SERVER_NAME: &[u8; 8] = b"Bongonet";

/// An enum to hold all possible HTTP response events.
#[derive(Debug)]
Expand Down

0 comments on commit 2b0dcb6

Please sign in to comment.