[ HasEmitter ]
[ Version ( since = "2.24" ) ]
public signal void wrote_body_data (Buffer chunk)
Emitted immediately after writing a portion of the message body to the network.
Unlike wrote_chunk, this is emitted after every successful write
call, not only after finishing a complete "chunk".
chunk |
the data written |