aboutsummaryrefslogtreecommitdiffstats
path: root/apps/http/icnet_http_echo_server.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/http/icnet_http_echo_server.cc')
-rw-r--r--apps/http/icnet_http_echo_server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/http/icnet_http_echo_server.cc b/apps/http/icnet_http_echo_server.cc
index 223646a2..961c44fd 100644
--- a/apps/http/icnet_http_echo_server.cc
+++ b/apps/http/icnet_http_echo_server.cc
@@ -19,7 +19,7 @@ namespace icnet {
namespace http {
-void onPayload(std::shared_ptr<HTTPServerPublisher> &publisher, const uint8_t *buffer, std::size_t size) {
+void onPayload(std::shared_ptr<HTTPServerPublisher> &publisher, const uint8_t *buffer, std::size_t size, int request_id) {
char *string = (char *) buffer;
std::cout << "Received this content:" << std::endl;