aboutsummaryrefslogtreecommitdiffstats
path: root/apps/http-proxy/includes
diff options
context:
space:
mode:
Diffstat (limited to 'apps/http-proxy/includes')
-rw-r--r--apps/http-proxy/includes/hicn/http-proxy/CMakeLists.txt2
-rw-r--r--apps/http-proxy/includes/hicn/http-proxy/http_1x_message_fast_parser.h (renamed from apps/http-proxy/includes/hicn/http-proxy/HTTP1.xMessageFastParser.h)0
-rw-r--r--apps/http-proxy/includes/hicn/http-proxy/http_session.h2
3 files changed, 2 insertions, 2 deletions
diff --git a/apps/http-proxy/includes/hicn/http-proxy/CMakeLists.txt b/apps/http-proxy/includes/hicn/http-proxy/CMakeLists.txt
index 5bc7d45fc..75cbbd64b 100644
--- a/apps/http-proxy/includes/hicn/http-proxy/CMakeLists.txt
+++ b/apps/http-proxy/includes/hicn/http-proxy/CMakeLists.txt
@@ -18,7 +18,7 @@ list(APPEND HEADER_FILES
${CMAKE_CURRENT_SOURCE_DIR}/forwarder_interface.h
${CMAKE_CURRENT_SOURCE_DIR}/http_proxy.h
${CMAKE_CURRENT_SOURCE_DIR}/http_session.h
- ${CMAKE_CURRENT_SOURCE_DIR}/HTTP1.xMessageFastParser.h
+ ${CMAKE_CURRENT_SOURCE_DIR}/http_1x_message_fast_parser.h
${CMAKE_CURRENT_SOURCE_DIR}/icn_receiver.h
${CMAKE_CURRENT_SOURCE_DIR}/utils.h
)
diff --git a/apps/http-proxy/includes/hicn/http-proxy/HTTP1.xMessageFastParser.h b/apps/http-proxy/includes/hicn/http-proxy/http_1x_message_fast_parser.h
index 7c035c83b..7c035c83b 100644
--- a/apps/http-proxy/includes/hicn/http-proxy/HTTP1.xMessageFastParser.h
+++ b/apps/http-proxy/includes/hicn/http-proxy/http_1x_message_fast_parser.h
diff --git a/apps/http-proxy/includes/hicn/http-proxy/http_session.h b/apps/http-proxy/includes/hicn/http-proxy/http_session.h
index 05fdf62fa..f4a3dbdee 100644
--- a/apps/http-proxy/includes/hicn/http-proxy/http_session.h
+++ b/apps/http-proxy/includes/hicn/http-proxy/http_session.h
@@ -17,7 +17,7 @@
#include <hicn/transport/core/packet.h>
-#include "HTTP1.xMessageFastParser.h"
+#include "http_1x_message_fast_parser.h"
#define ASIO_STANDALONE
#include <asio.hpp>