Skip to content

Should file system buffer filer call injectDecodedDataToFilterChain with appropriate end_stream flag? #43170

@yanjunxiang-google

Description

@yanjunxiang-google

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);

Metadata

Metadata

Labels

area/file_system_bufferquestionQuestions that are neither investigations, bugs, nor enhancements

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions