MINOR: connection: improve list api usage
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 14 Oct 2020 16:17:05 +0000 (18:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 15 Oct 2020 13:19:34 +0000 (15:19 +0200)
commitc98df5fb4409160a60f1d391059be42568ea13e4
tree33e0d98f0d05108c6b80b1c1a9cffb8a97682c18
parent9c13b62b47be6acf16b0b0c57fa9895cea659e1b
MINOR: connection: improve list api usage

Replace !LIST_ISEMPTY by LIST_ADDED and LIST_DEL+LIST_INIT by
LIST_DEL_INIT for connection session list.
include/haproxy/connection.h
include/haproxy/session.h