mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2025-12-26 04:47:53 +08:00
内存泄漏问题
This commit is contained in:
parent
0b86ee9d21
commit
d38380b36d
@ -23,6 +23,7 @@ public class HttpTraceIdFilter implements Filter {
|
||||
String tid = UUID.randomUUID().toString();
|
||||
MDC.put(MDCKey.TID, tid);
|
||||
chain.doFilter(request, response);
|
||||
MDC.remove(MDCKey.TID);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user