wrote_chunk


Description:

[ Version ( since = "2.24" ) ]
public void wrote_chunk (Buffer chunk)

Handles the MessageBody part of writing a chunk of data to the network.

Normally this is a no-op, but if you have set this'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.

Parameters:

this

a MessageBody

chunk

a Buffer returned from get_chunk