commit | e68e02dc1d93ae5c684fb2c12adffe3d9b87fce9 | [log] [tgz] |
---|---|---|
author | Godbach <nylzhaowei@gmail.com> | Fri Oct 11 15:48:29 2013 +0800 |
committer | Willy Tarreau <w@1wt.eu> | Sat Oct 12 07:53:33 2013 +0200 |
tree | 273279f9364290815fbedd63a75f89f23ab90b39 | |
parent | 2c42ef5b91f95d03d9689021e9e1e289ff83e1ab [diff] |
CLEANUP: stream_interface: cleanup loop information in si_conn_send_loop() Though si_conn_send_loop() does not loop over ->snd_buf() after commit ed7f836, there is still some codes left which use `while` but only execute once. This commit does the cleanup job and rename si_conn_send_loop() to si_conn_send(). Signed-off-by: Godbach <nylzhaowei@gmail.com>