Lines Matching defs:connection
604 // next request handling (if we don't close the connection). We
807 // If the request is not complete, close the connection.
938 // drop connection.
991 resp.fs.add_header_token(StringRef::from_lit("connection"),
1066 // we are going to close connection for both frontend and backend in
1217 // after graceful shutdown commenced, add connection: close header
1252 auto connection = resp.fs.header(http2::HD_CONNECTION);
1253 if (connection) {
1255 buf->append((*connection).value);
1442 resp.fs.add_header_token(StringRef::from_lit("connection"),