diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-04-03 17:02:21 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-04-03 18:27:00 +0200 |
commit | f22d37b98032b94fc5b63daff296017a7b611fa8 (patch) | |
tree | 15ac6601a44061fa418048c985cb936a97c352a3 /apps/http-proxy/src/IcnReceiver.cc | |
parent | fc938965a323d0865faf1fc93e375cdfbb66aa7b (diff) |
[HICN-165] Http proxy: segment headers and payload in 2 different steps.
Change-Id: Ic4f6d1bc693d1170df02b470e8b384b51567acf3
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'apps/http-proxy/src/IcnReceiver.cc')
-rw-r--r-- | apps/http-proxy/src/IcnReceiver.cc | 1 |
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(); } |