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”).