Currently the max size of received header frames for HTTP2 responses defaults to the 16KB when creating a hyper client. The 16KB default is defined in hyper::proto::h2::DEFAULT_MAX_HEADER_LIST_SIZE.
This PR adds support to override this default value, to allow for custom limits of the maximum header sizes being received in HTTP/2 responses.
Currently the max size of received header frames for HTTP2 responses defaults to the 16KB when creating a hyper client. The 16KB default is defined in hyper::proto::h2::DEFAULT_MAX_HEADER_LIST_SIZE.
This PR adds support to override this default value, to allow for custom limits of the maximum header sizes being received in HTTP/2 responses.