This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch NewAPIMetricsPOC in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit dd707ccee35f6d36e55dd1856194013e91d19ab7 Author: JosiahWI <[email protected]> AuthorDate: Mon Jul 10 09:30:06 2023 -0500 Add missing source file to CMake esi lib target (#9968) HandlerManager.cc was missing from the sources. --- plugins/esi/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/esi/lib/CMakeLists.txt b/plugins/esi/lib/CMakeLists.txt index 29ac6be1ce..e998506113 100644 --- a/plugins/esi/lib/CMakeLists.txt +++ b/plugins/esi/lib/CMakeLists.txt @@ -21,6 +21,7 @@ add_library(esicore EsiParser.cc EsiProcessor.cc Expression.cc + HandlerManager.cc Stats.cc Variables.cc )
