mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 07:20:12 +01:00
Remove redundant space in the comment (#2172)
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
parent
d30375925d
commit
f7988398d0
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ where
|
|||
{
|
||||
Ok(()) => {}
|
||||
Err(_err) => {
|
||||
// This error only appears when the client doesn't send a request and
|
||||
// This error only appears when the client doesn't send a request and
|
||||
// terminate the connection.
|
||||
//
|
||||
// If client sends one request then terminate connection whenever, it doesn't
|
||||
|
|
Loading…
Reference in a new issue