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

Support non-chunked transfer encoding for json #619

Closed
katyo opened this issue Apr 15, 2014 · 1 comment
Closed

Support non-chunked transfer encoding for json #619

katyo opened this issue Apr 15, 2014 · 1 comment

Comments

@katyo
Copy link

katyo commented Apr 15, 2014

HTTPClientRequest.writeJsonBody unconditionally sets Transfer-Encoding to chunked and sends data in chunked mode.

I try to implement ArangoDB client for vibe.d. And because Arango hasn't support chunked encoding it's a big trouble for me…

@extrawurst
Copy link
Contributor

i guess you can simply work around that overwriting the headers and not using the writeJsonBody method.

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

No branches or pull requests

3 participants