Lines Matching defs:body
843 auto body = downstream->get_response_buf();
855 body->remove(*wb, length);
859 if (body->rleft() == 0) {
1335 ULOG(INFO, this) << "Downstream body was ended by EOF";
1341 // response body is sent. This is needed to ensure that RST_STREAM
1446 auto body = downstream->get_response_buf();
1447 assert(body);
1452 auto nread = std::min(body->rleft(), length);
1468 auto body_empty = body->rleft() == nread;
1507 int Http2Upstream::send_reply(Downstream *downstream, const uint8_t *body,
1568 buf->append(body, bodylen);
1588 auto body = downstream->get_response_buf();
1589 body->append(html);
1893 auto body = downstream->get_response_buf();
1894 body->append(data, len);
2075 // We have got all response body already. Send it off.