You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…el clients. (#12349)
Fixed initialization for HTTP/2 and HTTP/3.
Fixed test that was relying on default configuration, rather than explicit.
Signed-off-by: Simone Bordet <[email protected]>
Jetty version(s)
12
Description
Both
HttpClientTransportOverHTTP[2|3]
initialize the low-level client in theirdoStart()
, butHttpClientTransportDynamic
does not.For example, calling
HttpClient.setMaxResponseHeadersSize()
is not forwarded toHTTP2Client
when usingHttpClientTransportDynamic
.The text was updated successfully, but these errors were encountered: