-
Notifications
You must be signed in to change notification settings - Fork 8k
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
GetPostForm sometime very slow #3440
Comments
it is related by #1988 |
i solved this issue reason by node machine |
how to resolve? |
I solved the issue by changing the node machine, but I am still trying to identify the root cause of the problem. Therefore, I suspect the issue may be related to node or network problems. The cases where issues are expected to arise are presumed to be in the Kubernetes cloud environment. If there are cases where issues are not expected, please leave a comment. |
Description
i used gin by file server when request post usually return in 2s
but sometime slow call ctx.GetPostForm ( latency over 30s )
How to reproduce
Environment
The text was updated successfully, but these errors were encountered: