You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by David Nadlinger <co...@klickverbot.at> on 2011/05/22 21:32:33 UTC

Where is xfer actually used?

Hello all,

In the C++ implementation, pretty much all of the protocol read/write 
methods accumulate the length of the transmitted/received data and 
return it to the caller.

But from a quick glance over the sources, I couldn't find out where this 
data is actually used, and e.g. the Java implementation doesn't have it 
in the first place. Could someone give me a hint please?

David