Skip to main content

fill_buffer_with_close_frame

Function fill_buffer_with_close_frame 

Source
pub fn fill_buffer_with_close_frame(
    buffer: &mut [u8],
    frame_code: CloseCode,
    frame_payload: &[u8],
) -> Result<()>
Available on crate feature web-socket only.
Expand description

Copies frame_code and frame_payload into buffer.