aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/bus0
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-11-01 23:41:53 -0700
committerGarrett D'Amore <garrett@damore.org>2018-11-02 20:57:08 -0700
commitdb92342b43d429b8b07244cc003a8589a1b1c542 (patch)
tree5624a3142b8309257ff523b0bf85343bee08033d /src/protocol/bus0
parent156604bd07ee60faa323968c71627f1c701b473a (diff)
downloadnng-db92342b43d429b8b07244cc003a8589a1b1c542.tar.gz
nng-db92342b43d429b8b07244cc003a8589a1b1c542.tar.bz2
nng-db92342b43d429b8b07244cc003a8589a1b1c542.zip
fixes #682 Support for Chunked Transfer Coding
This is the client side only, although the work is structured to support server applications. The chunked API is for now private, although the intent to is to make it public for applications who really want to use it. Note that chunked transfer encoding puts data through extra copies. First it copies through the buffering area (because I have to be able to extract variable length strings from inside the data stream), and then again to reassemble the chunks into a single unified object. We do assume that the user wants the entire thing as a single object. This means that using this to pull unbounded data will just silently consume all memory. Use caution!
Diffstat (limited to 'src/protocol/bus0')
0 files changed, 0 insertions, 0 deletions