Home | History | Annotate | Download | only in http

Lines Matching full:keep

251   // Even if the server says the connection is keep-alive, we have to be
690 "keep-alive");
692 request_headers_.SetHeader(HttpRequestHeaders::kConnection, "keep-alive");
983 // Keep draining.
1093 // First, we don't want to keep the connection to the server hung for a
1095 // Second, even if we did keep the connection open, NSS has a bug where
1239 // NOTE: we resend a request only if we reused a keep-alive connection.
1241 // out of the cached keep-alive connections eventually.