diff options
| author | fengweihao <[email protected]> | 2024-11-20 10:03:12 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-11-20 10:03:12 +0800 |
| commit | ff436e3f26b93d3c6a71b650ca917643fc5e4d54 (patch) | |
| tree | bff1ef36de84407b3bc8cf66e0e423865b8c704a /plugin/business/tsg-http/src/tsg_logger.cpp | |
| parent | bbf084acad01102befc1fdfe916bc7209da08c50 (diff) | |
TSG-23793 Fixed the issue where comments in the HTML page containing <head> or <body> tags would cause the inserted script to fail
Diffstat (limited to 'plugin/business/tsg-http/src/tsg_logger.cpp')
| -rw-r--r-- | plugin/business/tsg-http/src/tsg_logger.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/business/tsg-http/src/tsg_logger.cpp b/plugin/business/tsg-http/src/tsg_logger.cpp index a3b85cb..7d9ecd3 100644 --- a/plugin/business/tsg-http/src/tsg_logger.cpp +++ b/plugin/business/tsg-http/src/tsg_logger.cpp @@ -43,7 +43,6 @@ enum _log_action #define get_time_ms(tv) ((long long)(tv.tv_sec) * 1000 + (long long)(tv.tv_usec) / 1000) - #ifdef __x86_64__ #include "uuid_v4_x86.h" #else |
