commit | 68eac13217fa4f4015e30920644670087c0660b9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 09 11:38:52 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 09 11:38:52 2009 +0100 |
tree | a1c7a432ba107e2fab0a0fa67c24db9def1c4bb5 | |
parent | 03d60bbaf96b6e5c1e0a8a6abb6a145488464c58 [diff] |
[OPTIM] stream_sock: factor out the buffer full handling out of the loop Handling the buffer full condition is not trivial and this code was duplicated inside the loop. Move it out of the loop at a single place.