Oops, send_and_wait() didn't flush, and WvOutBufStream.flush(-1) was broken.
commit494567fd2e594cbbfce9059dff8dbb9228ee5956
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 7 Oct 2008 18:08:05 +0000 (7 14:08 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 7 Oct 2008 18:08:05 +0000 (7 14:08 -0400)
treef6aea2bd37d5b0b1ed06004883151e7042a1c4a4
parentbf10b3b49a15fde1e18ac402c62ba877a4abc7c7
Oops, send_and_wait() didn't flush, and WvOutBufStream.flush(-1) was broken.

If you sent a huge request and then waited for it to come back, you might
end up waiting forever because you hadn't actually finished sending the
request yet.
wvdbus-sharp/conn.cs
wvdotnet/wvstream.cs