MAX_HF_LEN

The maximum length of one header field. This is the sum of the length of name and value. This is not specified by the spec. We just chose the arbitrary size */

const
auto MAX_HF_LEN = 65536;

Meta