summaryrefslogtreecommitdiffstats
path: root/apps/http-proxy/src/IcnReceiver.cc
diff options
context:
space:
mode:
authorJordan Augé <jordan.auge+fdio@cisco.com>2019-04-04 07:49:39 +0000
committerGerrit Code Review <gerrit@fd.io>2019-04-04 07:49:39 +0000
commit805cfe7b075b4f906a4646211b5aa29a993cb16f (patch)
tree48e1c785490e9f48b0b0d7af4decdab3cebcc13a /apps/http-proxy/src/IcnReceiver.cc
parent41878be65785063472c3a69139347efe3952492a (diff)
parentf22d37b98032b94fc5b63daff296017a7b611fa8 (diff)
Merge "[HICN-165] Http proxy: segment headers and payload in 2 different steps."
Diffstat (limited to 'apps/http-proxy/src/IcnReceiver.cc')
-rw-r--r--apps/http-proxy/src/IcnReceiver.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/http-proxy/src/IcnReceiver.cc b/apps/http-proxy/src/IcnReceiver.cc
index 76e2bd10b..4ad616168 100644
--- a/apps/http-proxy/src/IcnReceiver.cc
+++ b/apps/http-proxy/src/IcnReceiver.cc
@@ -141,6 +141,7 @@ void AsyncConsumerProducer::publishContent(const uint8_t* data,
uint32_t start_suffix = 0;
if (response_name_queue_.empty()) {
+ std::cerr << "Aborting due tue empty request queue" << std::endl;
abort();
}