Jetty version(s)
12.0.x/12.1.x
Description
HttpClient.maxRequestHeadersSize is set by default to 8 KiB.
But if HttpClient.requestHeadersSize is larger, e.g. 16 KiB, it is an inconsistent configuration.
The two values should be consistent: it should be either illegal to configure them inconsistently, or setting the smaller should have effect on the max.
The same should be verified on the server in HttpConfiguration.