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

feature: Keep the memory usage of the service at a stable level #1216

Merged
merged 8 commits into from Mar 3, 2022

Commits on Feb 15, 2022

  1. feature: add request and response body size limit, it prevents the la…

    …rge body from slowly stretching the memory of the entire service
    Rennbon committed Feb 15, 2022
    Copy the full SHA
    5b0790c View commit details
    Browse the repository at this point in the history
  2. fix: http.go fmt

    Rennbon committed Feb 15, 2022
    Copy the full SHA
    a802e7e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. refact: optimize code naming

    Rennbon committed Feb 25, 2022
    Copy the full SHA
    2ec424d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Update http.go

    Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>
    Rennbon and erikdubbelboer committed Mar 1, 2022
    Copy the full SHA
    d9c8598 View commit details
    Browse the repository at this point in the history
  2. Update http.go

    Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>
    Rennbon and erikdubbelboer committed Mar 1, 2022
    Copy the full SHA
    d8ef622 View commit details
    Browse the repository at this point in the history
  3. Update http.go

    Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>
    Rennbon and erikdubbelboer committed Mar 1, 2022
    Copy the full SHA
    31e16a4 View commit details
    Browse the repository at this point in the history
  4. Update http.go

    Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>
    Rennbon and erikdubbelboer committed Mar 1, 2022
    Copy the full SHA
    fc15912 View commit details
    Browse the repository at this point in the history
  5. Update http.go

    Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>
    Rennbon and erikdubbelboer committed Mar 1, 2022
    Copy the full SHA
    d87b7fd View commit details
    Browse the repository at this point in the history