Lines Matching refs:resp_
122 resp_(balloc_),
701 auto hd = resp_.fs.header(http2::HD_LOCATION);
779 if (!expect_response_body() || resp_.fs.content_length == -1) {
783 if (resp_.fs.content_length != resp_.recv_body_length) {
786 << resp_.fs.content_length
787 << ", received=" << resp_.recv_body_length;
800 resp_.http_status / 100 == 2;
806 if (resp_.http_status != 101) {
811 auto accept = resp_.fs.header(http2::HD_SEC_WEBSOCKET_ACCEPT);
822 upgraded_ = resp_.http_status / 100 == 2;
828 if (resp_.http_status == 101) {
876 auto transfer_encoding = resp_.fs.header(http2::HD_TRANSFER_ENCODING);
878 resp_.fs.content_length = -1;
883 resp_.http_status = 0;
884 resp_.http_major = 1;
885 resp_.http_minor = 1;
889 return !upgraded_ && resp_.http_status / 100 == 1;
937 return !resp_.headers_only &&
938 http2::expect_response_body(req_.method, resp_.http_status);
945 return !resp_.headers_only &&
946 (resp_.http_major == 3 || resp_.http_major == 2);
1066 return !accesslog_written_ && resp_.http_status > 0;
1117 !resp_.connection_close && request_buf_.rleft() == 0;