Skip to main content

FCGI_KEEP_CONN

Constant FCGI_KEEP_CONN 

pub const FCGI_KEEP_CONN: u8 = 1; // 1u8
Available on crate feature fastcgi only.
Expand description

Flag bit: keep the transport connection open after the request ends.

Reference: FastCGI Specification §5.1