commit | ac128fef7379cd53fdda9e80f94911fd873d2a08 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 09 13:05:19 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 09 13:05:19 2009 +0100 |
tree | 183f678741a754f892a7851794c515d0d273c0a1 | |
parent | efc612c17b2320d09d26c36780faeb121ac66fe8 [diff] |
[CLEANUP] stream_sock: move the write-nothing condition out of the loop Some tricks to handle situations where we write nothing were in the middle of the main loop in stream_sock_write(). This cleanup provides better source and object code, and slightly shrinks the output code.