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

platform: automatically add content-length if body is present #680

Open
rebello95 opened this issue Feb 11, 2020 · 0 comments
Open

platform: automatically add content-length if body is present #680

rebello95 opened this issue Feb 11, 2020 · 0 comments

Comments

@rebello95
Copy link
Contributor

Some libraries like URLSession automatically add content-length if the request body is a known size at the time the request is created.

Envoy Mobile doesn't currently provide this functionality, but we could easily add this at the platform layer when consumers are constructing unary requests at which time the request body is a known length.

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

2 participants