There are two different places in write_tcp_data() that advance the send_queue; howev...
authorSteinar H. Gunderson <sesse@google.com>
Sat, 29 Sep 2007 14:09:14 +0000 (14:09 +0000)
committerSteinar H. Gunderson <sesse@google.com>
Sat, 29 Sep 2007 14:09:14 +0000 (14:09 +0000)
commitc1a475e70870d8b1ecff2e72452fcd0aec277e51
tree1e246d167ebef810e2b93688bcb1ff225b140aed
parentd0de9663e2df935ac75fc9949cff1e896c2257e9
There are two different places in write_tcp_data() that advance the send_queue; however, they are slightly different and only the first one properly uses a while loop. Consolidate both into a single function that DTTR. (Patch from the Google tree.)
ares/ares_process.c