Lines Matching refs:response
468 auto &resp = downstream->response();
568 // Ignore error if response has been completed. We will end up in
601 // Here both response and request were completed. One of the
602 // reason why end_upload_data() failed is when we sent response
730 status_code = downstream->response().http_status;
773 const auto &resp = downstream->response();
790 // We need this if response ends before request.
917 DCLOG(INFO, dconn) << "The end of the response body was indicated by "
927 // we did not send any response headers, so we can reply error
980 auto &resp = downstream->response();
1060 auto &resp = downstream->response();
1117 DLOG(INFO, downstream) << "HTTP non-final response header";
1119 DLOG(INFO, downstream) << "HTTP response header completed";
1124 auto &resp = downstream->response();
1127 // dconn might be nullptr if this is non-final response from mruby.
1365 auto &resp = downstream->response();
1380 DLOG(INFO, downstream) << "HTTP response completed";
1438 auto &resp = downstream->response();
1457 ULOG(INFO, this) << "HTTP response headers\n" << nhdrs;
1477 // We have got all response body already. Send it off.