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

A few fixes for issues discovered when using large request bodies: #36

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

pfeairheller
Copy link
Contributor

  • TCP Server fix call to "shutdownIx" to be a func call
  • HTTP Responder, allow for a clean exit after timeout
  • Handle chunk encoding if WSGI handler already sets "chunked" in transfer-encoding header
  • Remove body from default info level log of each request. For large bodies, this is too much.

- TCP Server fix call to "shutdownIx" to be a func call
- HTTP Responder, allow for a clean exit after timeout
- Handle chunk encoding if WSGI handler already sets "chunked" in transfer-encoding header
- Remove body from default info level log of each request.  For large bodies, this is too much.
@SmithSamuelM SmithSamuelM merged commit a37bdb6 into ioflo:main Jul 8, 2024
2 checks passed
@pfeairheller pfeairheller deleted the feat-fixes branch July 11, 2024 15:48
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

Successfully merging this pull request may close these issues.

2 participants