Skip to content

Commit

Permalink
Fix link error
Browse files Browse the repository at this point in the history
  • Loading branch information
maskit committed Feb 17, 2021
1 parent c4ad0c0 commit 99ff68f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/traffic_quic/traffic_quic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,11 @@ HttpDebugNames::get_api_hook_name(TSHttpHookID t)
{
return "dummy";
}
const char *
HttpDebugNames::get_event_name(int)
{
return "dummy";
}

#include "HttpSM.h"
HttpSM::HttpSM() : Continuation(nullptr), vc_table(this) {}
Expand Down

0 comments on commit 99ff68f

Please sign in to comment.