From 123fcf1559cbd9791614033e0d3c070171d7e678 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Tue, 14 Sep 2021 18:53:21 +0800 Subject: [PATCH] =?UTF-8?q?TSG-7767:=20=E4=BF=AE=E5=A4=8D=E5=86=85?= =?UTF-8?q?=E5=AD=98=E6=B3=84=E6=BC=8F=EF=BC=8C=E5=AF=B9=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=80=BC=E5=88=A4=E6=96=AD=E4=B8=8D=E4=B8=A5=E8=B0=A8=EF=BC=8C?= =?UTF-8?q?=E8=BF=94=E5=9B=9E0xFFFFFFFF=E5=88=B0SAPP=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4CLOSE=E7=8A=B6=E6=80=81=E6=9C=AA=E9=87=8A=E6=94=BE?= =?UTF-8?q?=E5=86=85=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gquic_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gquic_process.cpp b/src/gquic_process.cpp index fa7f641..9e9c3ee 100644 --- a/src/gquic_process.cpp +++ b/src/gquic_process.cpp @@ -849,7 +849,7 @@ int gquic_frame_type_stream(struct streaminfo *pstream, struct _quic_context* _c //frame type->stream->offset->data length int gquic_proc_unencrypt(struct streaminfo *pstream, struct _quic_context* _context, void *a_packet, char * payload, int payload_len, int *used_len) { - unsigned int ret=0; + int ret=0; unsigned char frame_type=0; unsigned int stream_id=0; unsigned int error_code=0;