MINOR: stream-int: don't touch polling anymore on shutdown
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 09:24:05 +0000 (10:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 09:29:11 +0000 (10:29 +0100)
commita5ea7519222282d5a5abd107ff4bdfee90b54fae
tree1ae1030e691ba81b5d43355ca930f0d19c508053
parent5a1d439225f803654d512d3317496b802a909c77
MINOR: stream-int: don't touch polling anymore on shutdown

Not only it's become totally useless with muxes, in addition it's
dangerous to play with the mux's FD while shutting a stream down for
writes. It's already done *if necessary* by the cs_shutw() code at the
mux layer. Fortunately it doesn't seem to have any impact, most likely
the polling updates used to immediately revert this operation.
src/stream_interface.c