summaryrefslogtreecommitdiffstats
path: root/apps/http-proxy/src/ATSConnector.h
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/ATSConnector.h
parent41878be65785063472c3a69139347efe3952492a (diff)
parentf22d37b98032b94fc5b63daff296017a7b611fa8 (diff)
Merge "[HICN-165] Http proxy: segment headers and payload in 2 different steps."
Diffstat (limited to 'apps/http-proxy/src/ATSConnector.h')
-rw-r--r--apps/http-proxy/src/ATSConnector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/http-proxy/src/ATSConnector.h b/apps/http-proxy/src/ATSConnector.h
index be5c2c8d5..aa5662e24 100644
--- a/apps/http-proxy/src/ATSConnector.h
+++ b/apps/http-proxy/src/ATSConnector.h
@@ -83,8 +83,7 @@ class ATSConnector {
BufferQueue write_msgs_;
- asio::streambuf header_input_buffer_;
- uint8_t input_buffer_[buffer_size];
+ asio::streambuf input_buffer_;
bool is_reconnection_;
bool data_available_;