Constant FCGI_KEEP_CONN
pub const FCGI_KEEP_CONN: u8 = 1; // 1u8Available on crate feature
fastcgi only.Expand description
Flag bit: keep the transport connection open after the request ends.
Reference: FastCGI Specification §5.1