[MEDIUM] stream_int: adjust WAIT_ROOM handling
authorWilly Tarreau <w@1wt.eu>
Sun, 4 Oct 2009 15:18:35 +0000 (17:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Oct 2009 15:35:08 +0000 (17:35 +0200)
commit96fd4b5f09d282d217d53cb411e0c80bb7663494
treed77b190b28c350fc75c7e0926658d546f71207b8
parentb0c9bc4f951c3b05fcc9e2e06c39f4cb09cb0563
[MEDIUM] stream_int: adjust WAIT_ROOM handling

When applets write data, they generall cannot fill the buffer, so as
soon as we find a non-empty buffer, we're sure we're missing some room.
src/dumpstats.c
src/stream_interface.c