We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allocating MaxObjectSize per incoming request.
Doing something more sane when dealing with smaller requests.
#931.
The text was updated successfully, but these errors were encountered:
layer: Use smaller buffer for small payload
e53a086
Closes #938. Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
defb5bf
Excessive memory consumption in slicing code (#997)
ad4f14c
Closes #938
smallhive
Successfully merging a pull request may close this issue.
Current Behavior
Allocating MaxObjectSize per incoming request.
Expected Behavior
Doing something more sane when dealing with smaller requests.
Context
#931.
The text was updated successfully, but these errors were encountered: