diff options
| author | liuxueli <[email protected]> | 2021-09-01 15:38:47 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2021-09-01 15:38:47 +0800 |
| commit | 80584df0a98f8faea0d671e191055a34ccc047f9 (patch) | |
| tree | c8009ee586abe5ff5110c75592e5923cfa9ecca2 | |
| parent | e33f9b48ce0129261444f791b6aef74bf238e58d (diff) | |
TSG-7551: quic解析层支持解析GQUIC 35/39的SNI
| -rw-r--r-- | src/gquic_process.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gquic_process.cpp b/src/gquic_process.cpp index 4ba84e2..e84e7eb 100644 --- a/src/gquic_process.cpp +++ b/src/gquic_process.cpp @@ -1098,6 +1098,8 @@ int quic_process(struct streaminfo *pstream, struct _quic_context* _context, int switch(is_gquic) { + case GQUIC_VERSION_Q035: + case GQUIC_VERSION_Q039: case GQUIC_VERSION_Q043: ret=gquic_proc_unencrypt(pstream, _context, a_packet, (char *)udp_detail->pdata, udp_detail->datalen, &used_len); break; |
