Submitted by vasino on Sat, 03/27/2010 - 07:57

When I use send() to transfer all data, everything is ok. However, when I try to use sendChunk and sendFinalChunk everything breaks. Sometimes, the server stops responding. Sometimes I get asserts. What is the correct way to use them? The code I'm using is attached.
| Attachment | Size |
|---|---|
| code.txt | 2.21 KB |

Please take a look at the ChunkedPostRequestSender unit tests in the net/tests/WebServerTests.cpp for examples on using chunks.
- Login or register to post comments
Submitted by Mike Dickey on Mon, 04/05/2010 - 10:11.