Title: File system buffer filer should call injectDecodedDataToFilterChain with appropriate end_stream flag
Description:
Currently it is calling injectDecodedDataToFilterChain() and injectencodedDataToFilterChain() with hard coded "false", regardless whether the data is the last chunk, or whether there will be trailers behind:
|
request_callbacks_->injectDecodedDataToFilterChain(*out, false); |
|
response_callbacks_->injectEncodedDataToFilterChain(*out, false); |