-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
Description
68 case TS_EVENT_HTTP_SSN_CLOSE:
69 return "TS_EVENT_HTTP_SSN_CLOSE";
70 case TS_EVENT_HTTP_CACHE_LOOKUP_COMPLETE:
71 return "TS_EVENT_HTTP_CACHE_LOOKUP_COMPLETE";
72 case TS_EVENT_HTTP_PRE_REMAP:
73 return "TS_EVENT_HTTP_PRE_REMAP";
74 case TS_EVENT_HTTP_POST_REMAP:
75 return "TS_EVENT_HTTP_POST_REMAP";
76 default:
77 return "UNHANDLED";
78 }
CID 1518606 (#2 of 2): Structurally dead code (UNREACHABLE)
unreachable: This code cannot be reached: return "UNHANDLED";.
79 return "UNHANDLED";
80}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done