You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade dubbo version to 3.2 first, then try to add the following configuration and set it by yourself.
dubbo:
application:
parameters:
# set header size, the default is 8192
max.header.size: 8192
# set the netty chunk size, the default is 8192
max.chunk.size: 8192
# set request object size, the default is 1024 * 1024 * 10 = 10,485,760
max.request.size: 10485760
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
2.6.7
Steps to reproduce this issue
dubbo 2.6.7
when i use dubbo rest and request cookie is large,the server back httpcode 413, so how can i set maxRequestHeaderSize in dubbo rest???
What you expected to happen
dubbo 2.6.7
when i use dubbo rest and request cookie is large,the server back httpcode 413, so how can i set maxRequestHeaderSize in dubbo rest???
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: