Facundo Mateo
Facundo Mateo
Hi @DennieBroucke , I didn't know about HttpClientCustomizer interface. I gave it a try but unfortunately we are still getting the same error. I checked that the httpClient was correctly...
I verified that spring-cloud-gateway-server 3.1.0 code has the same default protocol configuration than 3.1.1. In NettyConfiguration `if (serverProperties.getHttp2().isEnabled()) { httpClient = httpClient.protocol(HttpProtocol.HTTP11, HttpProtocol.H2); }`
> 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...