kptfh / feign-reactive

Reactive Feign client based on Spring WebFlux
Apache License 2.0
166 stars 159 forks source link

Duplicate header key error #25

Open alexcucc opened 1 year ago

alexcucc commented 1 year ago

https://github.com/kptfh/feign-reactive/blob/ae31dddc5fef2468fee853ef07abadbb9feff2e3/feign-reactor-jetty/src/main/java/reactivefeign/jetty/client/JettyReactiveHttpResponse.java#L55

When the response contains multiple headers with the same key it throws a generic error, whereas their value should be collapsed together.

kptfh commented 1 year ago

Please check if it works in main repository. I mean Playtika supported one

alexcucc commented 1 year ago

Yes, the same happens with the Playtika repo, gonna create the same issue there