wrote_body_data
Description:
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".
Parameters:
chunk |
the data written |