diff options
| author | liuxueli <[email protected]> | 2021-09-05 15:55:34 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2021-09-05 15:55:34 +0800 |
| commit | 033f935e75e0db839a19c47595b0420e5a114186 (patch) | |
| tree | 2bd8de360b89081648e8bf00bf75e085bb79fda5 /src | |
| parent | 132a4957566ec702b8e4f871b539251879fee648 (diff) | |
add auto gtest
Diffstat (limited to 'src')
| -rw-r--r-- | src/gquic_process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gquic_process.cpp b/src/gquic_process.cpp index 6eb33d2..bce6600 100644 --- a/src/gquic_process.cpp +++ b/src/gquic_process.cpp @@ -1183,7 +1183,7 @@ int quic_process(struct streaminfo *pstream, struct _quic_context* _context, int ret=parse_gquic_Q046(pstream, _context, a_packet, (char *)udp_detail->pdata, udp_detail->datalen, &used_len); break; default: - if(is_gquic>=GQUIC_VERSION_Q001 && GQUIC_VERSION_Q022<=GQUIC_VERSION_Q043) + if(is_gquic>=GQUIC_VERSION_Q001 && is_gquic<=GQUIC_VERSION_Q043) { ret=gquic_proc_unencrypt(pstream, _context, a_packet, (char *)udp_detail->pdata, udp_detail->datalen, &used_len); } |
