pub(crate) const MAX_HEADERS_LEN: usize = 16384;
Maximum length for the HTTP headers in a single request or response.
Chosen more or less arbitrarily.