DennieBroucke

Results 2 comments of DennieBroucke

Hi @mateofacu , The problem lies in the HttpClientFactory; the create instance method contains the following code ` if (serverProperties.getHttp2().isEnabled()) { httpClient = httpClient.protocol(HttpProtocol.HTTP11, HttpProtocol.H2); } ` However, this causes...

Apologies for giving you false hope, we had some success, but after checking I've noticed we then had some other issues and reverted to a previous version of spring cloud...