mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
chore: fix typos (#3758)
This commit is contained in:
@@ -34,11 +34,11 @@ use tower_http::{
|
||||
|
||||
use tracing_subscriber::{layer::SubscriberExt, util::SubscriberInitExt};
|
||||
|
||||
//allows to extract the IP of connecting user
|
||||
// Allows extracting the IP of the connecting user
|
||||
use axum::extract::connect_info::ConnectInfo;
|
||||
use axum::extract::ws::CloseFrame;
|
||||
|
||||
//allows to split the websocket stream into separate TX and RX branches
|
||||
// Allows splitting the websocket stream into separate TX and RX branches
|
||||
use futures_util::{sink::SinkExt, stream::StreamExt};
|
||||
|
||||
#[tokio::main]
|
||||
|
||||
Reference in New Issue
Block a user