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
Describe the bug spring-cloud-starter-function-web adds multiple Transfer-Encoding headers in the response. This will cause issues when using Apache HTTP Client to invoke the function. see: spring-projects/spring-boot#43547
Describe the bug
spring-cloud-starter-function-web
adds multipleTransfer-Encoding
headers in the response. This will cause issues when using Apache HTTP Client to invoke the function. see: spring-projects/spring-boot#43547Sample
spring-cloud-starter-function-web
FunctionHandler.java
Person.java
Transfer-Encoding
with the valuechunked
are logged.The text was updated successfully, but these errors were encountered: