Lines Matching defs:body
1140 ULOG(INFO, this) << "Downstream body was ended by EOF";
1146 // response body is sent. This is needed to ensure that RST_STREAM
1235 auto body = downstream->get_response_buf();
1237 assert(body);
1240 body->rleft_mark() == 0) {
1247 veccnt = body->riovec_mark(reinterpret_cast<struct iovec *>(vec), veccnt);
1250 body->rleft_mark() == 0) {
1462 auto body = downstream->get_response_buf();
1463 body->append(data, len);
1600 // We have got all response body already. Send it off.
1679 int Http3Upstream::send_reply(Downstream *downstream, const uint8_t *body,
1739 buf->append(body, bodylen);
2054 auto body = downstream->get_response_buf();
2055 auto drained = body->drain_mark(datalen);
2514 auto body = downstream->get_response_buf();
2516 ULOG(INFO, this) << "response unacked_left=" << body->rleft()
2517 << " not_sent=" << body->rleft_mark();
2701 auto body = downstream->get_response_buf();
2702 body->append(html);