Lines Matching refs:Connection
35 #include "shill/connection.h"
51 static string ObjectID(Connection* c) {
73 HTTPProxy::HTTPProxy(ConnectionRefPtr connection)
75 connection_(connection),
232 SendClientError(500, string("Socket connection delayed failure: ") +
239 // If this was a "CONNECT" request, notify the client that the connection
271 } else if (base::StartsWith(header, "Connection:",
274 header.assign("Connection: close");
275 } else if (base::StartsWith(header, "Proxy-Connection:",
277 header.assign("Proxy-Connection: close");
282 client_headers_.push_back("Connection: close");
523 // Server closed connection.