Resumes HTTP I/O on msg. Use this to resume after calling
pause_message.
If msg is being sent via blocking I/O, this will resume reading or writing immediately. If msg is using
non-blocking I/O, then reading or writing won't resume until you return to the main loop.
| msg | a Message currently running on session
|