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
http-max-bytes-in-flight-mb
The comment in the default config is wrong, it returns 429, not 503 when exceeding the limit.
# Maximum size in megabytes http_plugin should use for processing http requests. 503 error response when exceeded. (eosio::http_plugin)
Originally posted by @matthewdarwin in #46 (comment)
The text was updated successfully, but these errors were encountered:
websocketpp::http::status_code::too_many_requests == 429. The description is wrong.
websocketpp::http::status_code::too_many_requests
429
Sorry, something went wrong.
This problem was fixed on main branch by eosnetworkfoundation/mandel#561.
main
On release 3.1 branch, the problem was fixed by #63.
release 3.1
linh2931
No branches or pull requests
http-max-bytes-in-flight-mb
The comment in the default config is wrong, it returns 429, not 503 when exceeding the limit.
Originally posted by @matthewdarwin in #46 (comment)
The text was updated successfully, but these errors were encountered: