| 744 | LOG(INFO) << "Destroy ReadBody=" << this << ", " << st; |
| 745 | } |
| 746 | bool destroyed() const { return _destroyed; } |
| 747 | const butil::Status& destroying_status() const { return _destroying_st; } |
| 748 | size_t read_bytes() const { return _nread; } |
| 749 | private: |