1.

How To Enable Http Chunked Mode?

Answer»
  1. Add a header field to a REQUEST header for "Transfer-Encoding", set the VALUE to "chunked".
  2. USE the HttpTransaction::EnableTransactionReadyToWrite() method.
  3. Implement the OnTransactionReadyToWrite() method to send more chunks. An empty chunk is CONSIDERED to be the LAST chunk.



Discussion

No Comment Found