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

WSGI, ASGI Content-Length and Transfer-Encoding #74

Open
1 of 2 tasks
cirospaciari opened this issue Jan 7, 2023 · 0 comments · Fixed by #75
Open
1 of 2 tasks

WSGI, ASGI Content-Length and Transfer-Encoding #74

cirospaciari opened this issue Jan 7, 2023 · 0 comments · Fixed by #75
Assignees
Labels
bug Something isn't working

Comments

@cirospaciari
Copy link
Owner

cirospaciari commented Jan 7, 2023

Today we ignore Content-Length and Transfer-Encoding, we should use try_end when not chunked with Content-Length and chunked only when Content-Length is absent. If Content-Length is too small log and close the connection.

  • Fix WSGI
  • Fix ASGI
@cirospaciari cirospaciari added the bug Something isn't working label Jan 7, 2023
@cirospaciari cirospaciari self-assigned this Jan 7, 2023
@cirospaciari cirospaciari linked a pull request Jan 7, 2023 that will close this issue
4 tasks
@cirospaciari cirospaciari reopened this Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant