| 7900 | } |
| 7901 | |
| 7902 | const char * |
| 7903 | TSHttpEventNameLookup(TSEvent event) |
| 7904 | { |
| 7905 | return HttpDebugNames::get_event_name(static_cast<int>(event)); |
| 7906 | } |
| 7907 | |
| 7908 | /// Re-enable NetVC that has TLSEventSupport. |
| 7909 | class TSSslCallback : public Continuation |
no outgoing calls