mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
push_body_chunk 原先使用无超时的 channel send, 当消费端慢时会阻塞 整条 proxy 连接的 reader, 导致同连接上其他 stream 的帧无法路由。 添加 5 秒超时后, 单个 stream 的背压不再影响其他 stream。
push_body_chunk 原先使用无超时的 channel send, 当消费端慢时会阻塞 整条 proxy 连接的 reader, 导致同连接上其他 stream 的帧无法路由。 添加 5 秒超时后, 单个 stream 的背压不再影响其他 stream。