-
Notifications
You must be signed in to change notification settings - Fork 100
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
MaxParamsDepth and MaxRequestBodySize in RpcServer #827
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if this will solve the issue completely.
But these limits are needed.
@superboyiii could you test it? |
Ping @superboyiii |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good for me.
@shargon @Liaojinghui @superboyiii this doesnt fix the problem..... it has to do with a string in a parameter WitnessCondition keep creating an object, that could eat memory if crafted right See:
|
here is an example of what im talking about example.txt |
But this
But this send a lot of accounts not Rules, is a different one. |
A part of #3131, follow the neo-project/neo-modules#827. Signed-off-by: Anna Shaleva <[email protected]>
A part of #3131, follow the notion of neo-project/neo-modules#827, but don't restrict request line size due to golang/go#15494. Signed-off-by: Anna Shaleva <[email protected]>
A part of #3131, follow the neo-project/neo-modules#827. Signed-off-by: Anna Shaleva <[email protected]>
A part of #3131, follow the notion of neo-project/neo-modules#827, but don't restrict request line size due to golang/go#15494. Signed-off-by: Anna Shaleva <[email protected]>
A part of #3131, follow the neo-project/neo-modules#827. Signed-off-by: Anna Shaleva <[email protected]>
A part of #3131, follow the notion of neo-project/neo-modules#827, but don't restrict request line size due to golang/go#15494. Signed-off-by: Anna Shaleva <[email protected]>
Close neo-project/neo#2950