-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
It is not possible to send pre-chunked stream #1655
Comments
If |
@fafhrd91 |
If For content length we should raise exception if user pass it in headers and enables chunking |
also we have to honor |
fixed in 2.0 |
Client code automatically enables chunking if headers contains
transfer-encoding: chunked
So it is not possible to implement custom chunking encoding or send pre-chunked stream
The text was updated successfully, but these errors were encountered: