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

StreamRequestBody shouldn't read more data than actual need. #1819

Merged

Commits on Aug 7, 2024

  1. The StreamRequestBody should not read content beyond what is required.

    The StreamRequestBody feature on the server side should not read content that does not belong to the current request body.This is more logical and consistent with the result of not using the StreamRequestBody feature.Fixes: valyala#1816.
    newacorn committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4ccdb7c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Update server_test.go

    Co-authored-by: Erik Dubbelboer <[email protected]>
    newacorn and erikdubbelboer authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    86bb52e View commit details
    Browse the repository at this point in the history
  2. Update http.go

    Co-authored-by: Erik Dubbelboer <[email protected]>
    newacorn and erikdubbelboer authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    fdb3f70 View commit details
    Browse the repository at this point in the history