Home | History | Annotate | Download | only in http

Lines Matching refs:extra_bytes

819       int extra_bytes = read_buf_->offset() - end_of_header_offset;
820 if (extra_bytes) {
821 CHECK_GT(extra_bytes, 0);
824 extra_bytes);
826 read_buf_->SetCapacity(extra_bytes);