MessageBody.wroteChunk

Handles the #SoupMessageBody part of writing a chunk of data to the network. Normally this is a no-op, but if you have set @body's accumulate flag to %FALSE, then this will cause @chunk to be discarded to free up memory.

This is a low-level method which you should not need to use, and there are further restrictions on its proper use which are not documented here.

class MessageBody
void
wroteChunk

Parameters

chunk Buffer

a #SoupBuffer returned from soup_message_body_get_chunk()

Meta

Since

2.24