haproxy/include
Willy Tarreau 7e98e28eb0 MINOR: fd: add fd_want_recv_safe()
This does the same as fd_want_recv() except that it does check for
fd_updt[] to be allocated, as this may be called during early listener
initialization. Previously we used to check fd_updt[] before calling
fd_want_recv() but this is not correct since it does not update the
FD flags. This method will be safer.
2020-11-04 14:22:42 +01:00
..
haproxy MINOR: fd: add fd_want_recv_safe() 2020-11-04 14:22:42 +01:00
import MINOR: ist: Add a case insensitive istmatch function 2020-10-30 13:20:21 +01:00