Constant FCGI_MAX_CONTENT_LEN
pub const FCGI_MAX_CONTENT_LEN: usize = 65535; // 65_535usizeAvailable on crate feature
fastcgi only.Expand description
Maximum content length of a single FastCGI record (2 bytes unsigned).