]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: connection: conn->xprt is never NULL
authorWilly Tarreau <w@1wt.eu>
Thu, 28 Nov 2019 17:08:49 +0000 (18:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Dec 2019 13:04:33 +0000 (14:04 +0100)
commit8081abe26ac9d16dd3b600b0aac7ec8fbf1a6080
tree724824d11a52edd78a50c9ca986975eca177adc8
parent70ccb2cddfda60cf356cf2266245e055caa97132
CLEANUP: connection: conn->xprt is never NULL

Let's remove this outdated test that's been there since 1.5. For quite
some time now xprt hasn't been NULL anymore on an initialized connection.
src/connection.c