Skip to content

Commit

Permalink
Merge pull request #386 from evoskuil/master
Browse files Browse the repository at this point in the history
Comments.
  • Loading branch information
evoskuil committed Mar 16, 2024
2 parents 1fc7cec + e4a4655 commit 0d74e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/net/proxy.cpp
Expand Up @@ -74,6 +74,8 @@ void proxy::resume() NOEXCEPT
{
BC_ASSERT_MSG(stranded(), "strand");
paused_ = false;

// TODO: resume of an idle channel results in termination for invalid_magic.
read_heading();
}

Expand Down

0 comments on commit 0d74e52

Please sign in to comment.