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

[BUG] Handle chunked differently #98

Open
leske42 opened this issue Nov 23, 2024 · 0 comments
Open

[BUG] Handle chunked differently #98

leske42 opened this issue Nov 23, 2024 · 0 comments

Comments

@leske42
Copy link
Collaborator

leske42 commented Nov 23, 2024

Apparently the client has no say if they want to receive in chunked or not - it is up to the server to decide (based on size).

A client MUST NOT send the chunked transfer coding name in TE [Transfer-Encoding]; chunked is always acceptable for HTTP/1.1 recipients.

Therefore we don't need to check the request header for the decision to respond in chunked or not.

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

No branches or pull requests

1 participant