fasthttp-reverse-proxy icon indicating copy to clipboard operation
fasthttp-reverse-proxy copied to clipboard

如何与目标地址保持长连接(如何使用IdleConn)

Open xsyzer opened this issue 2 years ago • 0 comments

fasthttp里的MaxIdleConnDuration time.Duration只定义了空闲连接时间,但是如何在代理中使用这个空闲连接呢。代理如何实现net包里的queueForIdleConn效果

xsyzer avatar Feb 21 '24 07:02 xsyzer