diff options
author | 2025-01-27 08:12:22 -0500 | |
---|---|---|
committer | 2025-02-11 20:49:38 +0000 | |
commit | 8e641af0459ec3aeed2b81b95d263440e76b4c47 (patch) | |
tree | 039a0e6d9803a76dc6f280424ccf18cb46672c6c /src/plugins/http/CMakeLists.txt | |
parent | c8174f3660d2577c3819b51d65a3f2836d8afe31 (diff) |
http: modularization in preparation for h2 and h3
Prepare code to handle multiple http versions and move http/1
specific code into http1.c
Type: improvement
Change-Id: I1f2c958dadb7721b305c65b2da7c2943695ad740
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'src/plugins/http/CMakeLists.txt')
-rw-r--r-- | src/plugins/http/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/http/CMakeLists.txt b/src/plugins/http/CMakeLists.txt index 075b8d6817b..ad584821c06 100644 --- a/src/plugins/http/CMakeLists.txt +++ b/src/plugins/http/CMakeLists.txt @@ -16,6 +16,7 @@ add_vpp_plugin(http http.c http_buffer.c http_timer.c + http1.c ) add_vpp_plugin(http_unittest |