Emitted immediately after writing a body chunk for a message.
Note that this signal is not parallel to
#SoupMessage::got_chunk; it is emitted only when a complete
chunk (added with soup_message_body_append() or
soup_message_body_append_buffer()) has been written. To get
more useful continuous progress information, use
#SoupMessage::wrote_body_data.
Emitted immediately after writing a body chunk for a message.
Note that this signal is not parallel to #SoupMessage::got_chunk; it is emitted only when a complete chunk (added with soup_message_body_append() or soup_message_body_append_buffer()) has been written. To get more useful continuous progress information, use #SoupMessage::wrote_body_data.