MessageBody.gotChunk

Handles the #SoupMessageBody part of receiving a chunk of data from the network. Normally this means appending @chunk to @body, exactly as with soup_message_body_append_buffer(), but if you have set @body's accumulate flag to %FALSE, then that will not happen.

This is a low-level method which you should not normally need to use.

class MessageBody
void
gotChunk

Parameters

chunk Buffer

a #SoupBuffer received from the network

Meta

Since

2.24