修复CLOSE状态未调用业务层的BUG

This commit is contained in:
liuxueli
2020-11-22 16:55:49 +06:00
parent 409501cd5b
commit 3ec27f95f1
3 changed files with 10 additions and 1 deletions

View File

@@ -264,6 +264,7 @@ extern "C" char QUIC_ENTRY(struct streaminfo *pstream, void**pme, int thread_seq
break;
case OP_STATE_CLOSE:
ret=quic_process(pstream, _context, thread_seq, a_packet);
quic_callPlugins(pstream, _context, NULL, 0, QUIC_INTEREST_KEY_MASK, a_packet);
break;
default:
break;