Skip to content

Commit

Permalink
Handle writes during RECONNECTING (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Apr 6, 2020
1 parent f9b1d78 commit 34a9e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/host/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ namespace asynchost
case CONNECTING:
case RESOLVING_FAILED:
case CONNECTING_FAILED:
case RECONNECTING:
{
pending_writes.emplace_back(req, len);
break;
Expand Down

0 comments on commit 34a9e24

Please sign in to comment.