pub async fn write_raw_byte<W: AsyncWrite + Unpin>(
stream: &mut W,
byte: u8,
) -> Result<(), PgWireError>Expand description
Emit a raw byte (used for the SSL/GSS negotiation response: ‘N’ meaning “not supported, continue in plaintext”).
pub async fn write_raw_byte<W: AsyncWrite + Unpin>(
stream: &mut W,
byte: u8,
) -> Result<(), PgWireError>Emit a raw byte (used for the SSL/GSS negotiation response: ‘N’ meaning “not supported, continue in plaintext”).