nghttpx: Initialize response_htp_ with 0
This commit is contained in:
parent
46f5d4b1c4
commit
659c3b0aa0
|
@ -51,7 +51,8 @@ HttpDownstreamConnection::HttpDownstreamConnection
|
|||
(ClientHandler *client_handler)
|
||||
: DownstreamConnection(client_handler),
|
||||
bev_(nullptr),
|
||||
ioctrl_(nullptr)
|
||||
ioctrl_(nullptr),
|
||||
response_htp_{0}
|
||||
{}
|
||||
|
||||
HttpDownstreamConnection::~HttpDownstreamConnection()
|
||||
|
|
Loading…
Reference in New Issue