Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate header key error #25

Open
alexcucc opened this issue Sep 21, 2022 · 2 comments
Open

Duplicate header key error #25

alexcucc opened this issue Sep 21, 2022 · 2 comments

Comments

@alexcucc
Copy link

.collect(Collectors.toMap(HttpField::getName, field -> asList(field.getValues())));

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

@kptfh
Copy link
Owner

kptfh commented Sep 21, 2022

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

@alexcucc
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants