Sets a timeout for transmitting a request to the proxied server.
The timeout is set only between two successive write operations,
not for the transmission of the whole request.
If the proxied server does not receive anything within this time,
the connection is closed.
这里是指由于接收端的应用层业务逻辑太忙而没有去read造成tcp协议栈的接收窗口已满,
从而造成发送端这边tcp协议栈的发送窗口无法右移,从而造成tcp协议栈发送缓冲区已满而write失败,然后重试直到超时的timeout吗?
还请了解的大神解答下,最好能引导看下ngx源码这块的实现,前面在公司看了一会,没啥头绪
先谢谢了