添加是否调用业务层的开关

This commit is contained in:
liuxueli
2020-06-01 17:44:32 +08:00
parent fe9a4ef084
commit 459d37cb76
3 changed files with 6 additions and 4 deletions

View File

@@ -255,6 +255,7 @@ extern "C" char QUIC_ENTRY(struct streaminfo *pstream, void**pme, int thread_seq
{
quic_init_stream(pme, thread_seq);
_context=(struct _quic_context *)*pme;
_context->call_business=TRUE;
}
switch(pstream->opstate)