修复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

@@ -296,5 +296,7 @@ struct _gquic_ack_frame_header
unsigned int tag;
};
char quic_callPlugins(struct streaminfo *pstream, struct _quic_context *_context, void *buff, int buff_len, enum quic_interested_region region_mask, void *a_packet);
#endif