Configurable HTTP payload size limit #3220
SimonSapin
announced in
Experimental
Replies: 1 comment
-
This feature is now moving form experimental to general availability: #4442 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is discussion for the
experimentalfeature added in #3130Configuration:
When the Router receives a GraphQL request over HTTP, it will read no more than the configured size for the HTTP body. Very large requests take time to parse and process, and occupy space in RAM during that time. At the extreme, large requests can cause the process to run out of memory and are potential denial-of-service vectors.
We believe the limit should definitely exist. There is debate on whether it should be configurable.
If you do configure it, please tell us here about your use case and experience.
Beta Was this translation helpful? Give feedback.
All reactions