aofall commented on issue #14988:
URL: https://github.com/apache/dubbo/issues/14988#issuecomment-2560670314
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
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]