]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream_interface: cleanup loop information in si_conn_send_loop()
authorGodbach <nylzhaowei@gmail.com>
Fri, 11 Oct 2013 07:48:29 +0000 (15:48 +0800)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Oct 2013 05:53:33 +0000 (07:53 +0200)
commite68e02dc1d93ae5c684fb2c12adffe3d9b87fce9
tree273279f9364290815fbedd63a75f89f23ab90b39
parent2c42ef5b91f95d03d9689021e9e1e289ff83e1ab
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>
src/stream_interface.c