Home
last modified time | relevance | path

Searched refs:client_headers_ (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dhttp_proxy.cc263 for (auto& header : client_headers_) { in ParseClientRequest()
282 client_headers_.push_back("Connection: close"); in ParseClientRequest()
285 client_headers_.push_back( in ParseClientRequest()
292 for (const auto& header : client_headers_) { in ParseClientRequest()
349 string* header = &client_headers_.back(); in ProcessLastHeaderLine()
354 client_headers_.pop_back(); in ProcessLastHeaderLine()
361 if (client_headers_.size() == 1) { in ProcessLastHeaderLine()
369 if (client_headers_.size() >= kMaxHeaderCount) { in ProcessLastHeaderLine()
384 if (client_headers_.empty()) { in ReadClientHeaders()
385 client_headers_.push_back(string()); in ReadClientHeaders()
[all …]
Dhttp_proxy.h161 std::vector<std::string> client_headers_; variable
Dhttp_proxy_unittest.cc195 EXPECT_TRUE(proxy_.client_headers_.empty()); in ExpectClientReset()
300 EXPECT_EQ(line, proxy_.client_headers_[0] + "\r\n"); in ExpectFirstLine()