ServerMessage.unpause

void unpause()

Resumes I/O on msg.

Use this to resume after calling soup.server_message.ServerMessage.pause, or after adding a new chunk to a chunked response. I/O won't actually resume until you return to the main loop.