commit | af4f6f6d2f2ec97ac9f600daf8a88b63bd589ffa | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Nov 06 19:10:53 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 11 10:18:37 2018 +0100 |
tree | 366c25233b05db97ab2cd0ac58bbc30f271e150b | |
parent | 394970c29737ad808f29dbe331aece73b6d37262 [diff] |
MINOR: stream-int: use si_cant_put() instead of setting SI_FL_WAIT_ROOM We now do this on the si_cs_recv() path so that we always have SI_FL_WANT_PUT properly set when there's a need to receive and SI_FL_WAIT_ROOM upon failure.