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

HttpAdapterSpray doesn't support MessageChunk #31

Open
terrhorn opened this issue Jan 26, 2015 · 1 comment
Open

HttpAdapterSpray doesn't support MessageChunk #31

terrhorn opened this issue Jan 26, 2015 · 1 comment

Comments

@terrhorn
Copy link
Contributor

Extractions of any significant size return chunked response bodies which causes KeenClient to throw an HttpResponse to MessageChunk type conversion error.

Workaround is to use HttpAdapterDispatch.

@ches
Copy link
Contributor

ches commented Mar 4, 2016

Chunked responses were comprehensively improved in akka-http, so this ought to be something that can be addressed when upgrading the library from the old versions of Spray, although it might warrant some reworking of the API.

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

No branches or pull requests

2 participants