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

Handle Cookies correctly for RunStreamingClient #1606

Merged
merged 1 commit into from Nov 3, 2022

Conversation

alt-romes
Copy link
Contributor

Makes performWithStreamingRequest take into consideration the
CookieJar, which it previously didn't.

It's now possible to e.g. use the servant-client generated functions to
access a streaming endpoint that depends on a cookie being set to
authenticate the user

Fixes #1605

@alt-romes
Copy link
Contributor Author

Friendly bump :)

I think it's a straightforward addition (other functions are doing it) and I've been using this patch on my fork for a while now

@tchoutri
Copy link
Contributor

@alt-romes perfect, glad to hear this is going well in production. :)

@tchoutri
Copy link
Contributor

@alt-romes Could you please add a changelog entry? It should be good to merge after that. :)

Makes `performWithStreamingRequest` take into consideration the
CookieJar, which it previously didn't.

It's now possible to e.g. use the servant-client generated functions to
access a streaming endpoint that depends on a cookie being set to
authenticate the user

Fixes haskell-servant#1605
@alt-romes
Copy link
Contributor Author

@tchoutri Done

@alt-romes
Copy link
Contributor Author

@tchoutri light ping, let's close this one?

@tchoutri tchoutri merged commit ad25e98 into haskell-servant:master Nov 3, 2022
@tchoutri
Copy link
Contributor

tchoutri commented Nov 3, 2022

Ah, I somehow missed your original ping! Let's go!

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.

Ignored Cookies in RunStreamingClient
2 participants