Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我主要使用 Netty 进行套接字连接。但我也想使用 netty 来处理一些 http 连接。问题是:post方法中发送到Netty Http Server的数据太大了。所以 Netty 提出了异常:Long Frame Exception。任何人请告诉我如何配置 Netty 接受更大的 Post 参数值。非常感谢你
我怀疑你正在HttpChunkAggregator筹备中。请取下并自行处理HttpChunk。
HttpChunkAggregator
HttpChunk