Skip to main content

write_raw_byte

Function write_raw_byte 

Source
pub async fn write_raw_byte<W>(
    stream: &mut W,
    byte: u8,
) -> Result<(), PgWireError>
where W: AsyncWrite + Unpin,
Expand description

Emit a raw byte (used for the SSL/GSS negotiation response: ‘N’ meaning “not supported, continue in plaintext”).