Lines Matching defs:connection
299 << "Worker wide backend connection was blocked temporarily";
579 auto connection = req.fs.header(http2::HD_CONNECTION);
580 if (connection) {
582 buf->append((*connection).value);
838 DCLOG(INFO, dconn) << "Idle connection EOF";
856 DCLOG(INFO, dconn) << "Idle connection timeout";
1023 // content-length must be ignored for upgraded connection.
1026 // transfer-encoding not applied to upgraded connection
1182 // llhttp does not treat "200 connection established" response
1198 // server. This callback is not called if the connection is
1474 // For upgraded connection, just pass data to the upstream.