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

fix(client configuration): default headers not applied #839

Merged
merged 6 commits into from
Dec 6, 2023

Conversation

VladislavFitz
Copy link

Summary

The SearchConfiguration data class was not effectively applying its defaultHeaders in the client's request process. This led to a discrepancy between the configured headers and those actually used in requests.

Result

Adjusted the client's implementation to ensure that defaultHeaders from the SearchConfiguration are accurately applied to all outgoing requests. This update guarantees the intended header configuration is consistently respected in the client's operations.

Fixes CR4951.

@VladislavFitz VladislavFitz requested a review from aallam November 27, 2023 13:49
@VladislavFitz VladislavFitz merged commit f7745ae into master Dec 6, 2023
4 checks passed
@VladislavFitz VladislavFitz deleted the fix/client-config-default-header branch December 7, 2023 21:07
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

Successfully merging this pull request may close these issues.

2 participants