diff options
Diffstat (limited to 'net/http/http_response_headers.cc')
-rw-r--r-- | net/http/http_response_headers.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_response_headers.cc b/net/http/http_response_headers.cc index 744cf92..1e56f8e 100644 --- a/net/http/http_response_headers.cc +++ b/net/http/http_response_headers.cc @@ -551,7 +551,7 @@ bool HttpResponseHeaders::HasHeader(const std::string& name) const { return FindHeader(0, name) != std::string::npos; } -HttpResponseHeaders::HttpResponseHeaders() { +HttpResponseHeaders::HttpResponseHeaders() : response_code_(-1) { } HttpResponseHeaders::~HttpResponseHeaders() { |