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

Proper support of chunked transfer encoding #23

Closed
noxiouz opened this issue Jun 23, 2015 · 1 comment
Closed

Proper support of chunked transfer encoding #23

noxiouz opened this issue Jun 23, 2015 · 1 comment

Comments

@noxiouz
Copy link
Member

noxiouz commented Jun 23, 2015

If Transfer-Encoding: chunked presents, encode body chunks according to
http://tools.ietf.org/html/rfc7230#section-4.1. Otherwise proxy should treat a response as non-chunked even if Content-Length does not present (content length will be calculated after collecting all chunk from an apllication) to support backward compatibility.

@3Hren
Copy link
Member

3Hren commented Jul 26, 2017

Already landed.

@3Hren 3Hren closed this as completed Jul 26, 2017
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