Hi,
We are using stunnel in order to tunnel http proxy traffic. Is it better in this case to turn on Nagle's algo? I have tried to set socket=l:TCP_NODELAY=0 and socket=r:TCP_NODELAY=0 in the global config, but when I look at debug log it keeps saying option tcp_nodelay is set on local and remote socket.
Is this a bug, or is there a different way of turning off tcp_nodelay (since I understand this is on by default now)
Regds