Commit 659c3b0a authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Initialize response_htp_ with 0

parent 46f5d4b1
...@@ -51,7 +51,8 @@ HttpDownstreamConnection::HttpDownstreamConnection ...@@ -51,7 +51,8 @@ HttpDownstreamConnection::HttpDownstreamConnection
(ClientHandler *client_handler) (ClientHandler *client_handler)
: DownstreamConnection(client_handler), : DownstreamConnection(client_handler),
bev_(nullptr), bev_(nullptr),
ioctrl_(nullptr) ioctrl_(nullptr),
response_htp_{0}
{} {}
HttpDownstreamConnection::~HttpDownstreamConnection() HttpDownstreamConnection::~HttpDownstreamConnection()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment