Lines Matching refs:http_status
472 resp.http_status = 400;
481 resp.http_status = 500;
527 resp.http_status = 500;
730 status_code = downstream->response().http_status;
1013 output->append(http2::stringify_status(balloc, resp.http_status));
1015 output->append(http2::get_reason_phrase(resp.http_status));
1065 resp.http_status = status_code;
1179 buf->append(http2::stringify_status(balloc, resp.http_status));
1181 buf->append(http2::get_reason_phrase(resp.http_status));
1237 resp.http_status / 100 == 2) {
1439 resp.http_status = 308;