haproxy/include
Willy Tarreau 7f494d0c5e MINOR: stream-int: make si_sync_recv() simply check ENDP before si_cs_recv()
Instead of checking complex conditions to call si_cs_recv() upon first
call, let's simply use si_rx_endp_ready() now that si_cs_recv() reports
it accurately, and add si_rx_blocked() to cover any blocking situation.
2018-11-18 21:41:48 +01:00
..
common MINOR: http: Implement "early-hint" http request rules. 2018-11-12 21:08:55 +01:00
import
proto MINOR: stream-int: make si_sync_recv() simply check ENDP before si_cs_recv() 2018-11-18 21:41:48 +01:00
types MINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_RX_WAIT_EP 2018-11-18 21:41:46 +01:00