This commit is contained in:
Michael Davidsaver
2021-06-29 19:10:03 -07:00
parent f8cdcd4f91
commit 0e5bd37b6e
7 changed files with 16 additions and 15 deletions
+2 -1
View File
@@ -158,7 +158,8 @@ void ServerChannelControl::close()
return;
auto conn = ch->conn.lock();
if(conn && ch->state==ServerChan::Active) {
// Send unsolicited Channel Destroy
log_debug_printf(connio, "%s %s Send unsolicited Channel Destroy\n",
conn->peerName.c_str(), ch->name.c_str());
auto tx = bufferevent_get_output(conn->bev.get());
EvOutBuf R(hostBE, tx);