diff options
| author | lijia <[email protected]> | 2024-06-18 16:45:35 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-06-20 18:51:47 +0800 |
| commit | 05e8c9db6912dc95de9691e9b90e549a4c3beffe (patch) | |
| tree | ed5d4b3392bdd577986d26ac8d5c6da21f9c2b2a /src/version.map | |
| parent | 7d6170a23027aff0ebf2e7832dc11e4bbdce57ea (diff) | |
feat: TSG-20446, support http tunnel with CONNECT method.
Diffstat (limited to 'src/version.map')
| -rw-r--r-- | src/version.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/version.map b/src/version.map index be433c2..15d1d95 100644 --- a/src/version.map +++ b/src/version.map @@ -5,6 +5,7 @@ global: http_decoder_init; http_decoder_exit; http_decoder_tcp_stream_msg_cb; + http_tunnel_message_*; }; local: *; };
\ No newline at end of file |
