MINOR: stream-int: factor the SI_ST_EST state test into si_chk_rcv()
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Nov 2018 13:59:45 +0000 (14:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2018 09:18:37 +0000 (10:18 +0100)
commit1bdb598a55fe5e0bd209459754c60008bd95f7a9
treeaa5bb1dcc6a736eb5440a47aa2cfd7c6d667ca1d
parent96aadd5c552e26e90453a8caa636d00afc777828
MINOR: stream-int: factor the SI_ST_EST state test into si_chk_rcv()

This test is made in each implementation of the function, better to
merge it.
include/proto/stream_interface.h
src/stream_interface.c