guohao opened a new issue #8661: URL: https://github.com/apache/dubbo/issues/8661
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [x] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate. According to [rfc7540](https://datatracker.ietf.org/doc/html/rfc7540#section-6.5.2), `SETTINGS_MAX_HEADER_LIST_SIZE` is negotiated in `SETTING` frame. The setting constrains the <b>total</b> header size allowed in HeaderFrame. But it is hard to estimate before `HPACK` compression. Therefore is needless and unreliable to judge if the header is too large to send. What need to do: 1. Remove `org.apache.dubbo.rpc.protocol.tri.TripleUtil#overEachHeaderListSize` method. 2. Get netty write result `promise` and pass error to upper layer. 3. Write UT to verify above modifications. -- 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]
