diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-04-03 10:03:56 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-04-15 11:37:30 +0200 |
commit | c365689250216861fd7727203ee6ba1049ad5778 (patch) | |
tree | 97f1f3d1a6cb7314f1292d97be6d8e8e06cc998b /apps | |
parent | d8ce6d98a2a726393655bd71eb81b8ef5222d6ba (diff) |
[HICN-155] Consumer socket allows now to read N bytes from the network, where N is defined by the application.
Change-Id: Ib20309b40e43e4c0db09b9b484e18cd2e3ebf581
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/http-proxy/src/ATSConnector.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/http-proxy/src/ATSConnector.cc b/apps/http-proxy/src/ATSConnector.cc index cc41ca219..287907347 100644 --- a/apps/http-proxy/src/ATSConnector.cc +++ b/apps/http-proxy/src/ATSConnector.cc @@ -61,7 +61,7 @@ void ATSConnector::send(utils::MemBuf *buffer, doWrite(); } } else { - TRANSPORT_LOGD(" Tell the handle connect it has data to write"); + TRANSPORT_LOGD("Tell the handle connect it has data to write"); data_available_ = true; } }); |