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

When StreamRequestBody is set to true, we cannot safely release br #1844

Conversation

newacorn
Copy link
Contributor

@newacorn newacorn commented Aug 25, 2024

For example, when using chunked encoding, it's possible that br has only read the request headers.Even br.Buffered() == 0.

…br`.

For example, when using chunked encoding, it's possible that `br` has only read the request headers.
@erikdubbelboer erikdubbelboer merged commit d31f4ef into valyala:master Aug 31, 2024
15 checks passed
@erikdubbelboer
Copy link
Collaborator

Thanks!

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