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)
commit2f7d637426fa075c56b7dedba50ae58dc2e5d411
tree6c18e8ecb06d5aa888a9a79e37c5c47c4922a482
parent46f32200976db43589680f770b1c5d056365d4f1
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_process.c