telepathy: implement buffered writes in transport
commitbe69d27dfb4ed953a1e9c4a7b2ce6130f9061970
authorStefan Becker <chemobejk@gmail.com>
Tue, 28 Aug 2012 19:10:21 +0000 (28 22:10 +0300)
committerStefan Becker <chemobejk@gmail.com>
Thu, 30 Aug 2012 19:04:32 +0000 (30 22:04 +0300)
treec577fbc21da8d793016a1bc9c450bf87857a0be7
parent6b1b79ea330463a5264a8d1a0c9294e4c38e6cdc
telepathy: implement buffered writes in transport

GOutputStream can only have one pending action at a time. If the stream
is busy then append the buffer to a list of outstanding writes.
src/telepathy/telepathy-transport.c