haproxy/include
Olivier Houchard d540b36e8a MINOR: mux: Add a new "avail_streams" method.
Add a new method for mux, avail_streams, that returns the number of streams
still available for a mux.
For the mux_pt, it'll return 1 if the connection is in idle, or 0. For
the H2 mux, it'll return the max number of streams allowed, minus the number
of streams currently in use.
2018-11-18 21:44:06 +01:00
..
common MINOR: http: Implement "early-hint" http request rules. 2018-11-12 21:08:55 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() 2018-11-18 21:41:50 +01:00
types MINOR: mux: Add a new "avail_streams" method. 2018-11-18 21:44:06 +01:00