"Unsupported transfer encoding: chunked" When using TestRestTemplate with Apache HTTP client and spring-cloud-starter-function-web #43547
Labels
for: external-project
For an external project and not something we can fix
status: invalid
An issue that we don't feel is valid
When using
TestRestTemplate
to call and application usingspring-cloud-starter-function-web
withorg.apache.httpcomponents.client5:httpclient5
aClientProtocolException
error is thrown. The same test runs when usingJdkClientHttpRequestFactory
instead.Error
Steps to Reproduce
spring-cloud-starter-function-web
FunctionHandler.java
Person.java
httpclient5
dependencyThe text was updated successfully, but these errors were encountered: