Make the RPC end when the HTTP request has complete headers and let user read the remaining body by using ReadProgressiveAttachmentBy().
| 328 | // Make the RPC end when the HTTP request has complete headers and let |
| 329 | // user read the remaining body by using ReadProgressiveAttachmentBy(). |
| 330 | void request_will_be_read_progressively() { add_flag(FLAGS_READ_PROGRESSIVELY); } |
| 331 | // True if response_will_be_read_progressively() was called. |
| 332 | bool is_response_read_progressively() const { return has_flag(FLAGS_READ_PROGRESSIVELY); } |
| 333 |
no outgoing calls