Searched refs:kConnection (Results 1 – 4 of 4) sorted by relevance
114 {request_header::kConnection, "close"}, in TEST_F()128 {request_header::kConnection, "close"}, in TEST_F()
48 BRILLO_EXPORT extern const char kConnection[];88 BRILLO_EXPORT extern const char kConnection[];
40 const char request_header::kConnection[] = "Connection"; member in brillo::http::request_header78 const char response_header::kConnection[] = "Connection"; member in brillo::http::response_header
314 const char kConnection[] = "\r\nConnection: "; in ReadIntoBuffer() local315 if (GetHeaderValue(*data, i, kConnection, &should_close) && in ReadIntoBuffer()