mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 23:30:14 +00:00
http: clippy fixes
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
31a569b425
commit
28ee8bc6d0
@ -315,7 +315,7 @@ impl<W: AsyncWrite + Unpin> AsyncWrite for WebSocketWriter<W> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, PartialEq)]
|
#[derive(Debug, Eq, PartialEq)]
|
||||||
/// Represents the header of a websocket Frame
|
/// Represents the header of a websocket Frame
|
||||||
pub struct FrameHeader {
|
pub struct FrameHeader {
|
||||||
/// True if the frame is either non-fragmented, or the last fragment
|
/// True if the frame is either non-fragmented, or the last fragment
|
||||||
|
Loading…
Reference in New Issue
Block a user