-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
bug: upload more than 4096 bytes of grpc proto content and report an error #820
Comments
I think we could increase the maxLength to 1M, since ETCD's default max-request-bytes is 1.5M |
PR welcome |
tom2nonames
added a commit
to tom2nonames/incubator-apisix
that referenced
this issue
Nov 11, 2019
membphis
pushed a commit
that referenced
this issue
Nov 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
上传 gRpc proto 内容超过4096个字节报错
Environment
Minimal test code / Steps to reproduce the issue
curl http://127.0.0.1:9080/apisix/admin/proto/1 -X PUT -d 'xxxxxxxxx len=4311'
希望 proto内容的尺寸上限改为一个合理的值.
The text was updated successfully, but these errors were encountered: