Skip to content

envoy should read the data from the buffer Instead of listener filter to peek the data from socket buffer directly #17229

@soulxu

Description

@soulxu

According the review comment: #16952 (comment), we can improve the listener filter.

Currently, the listener filter needs to register the file event to the socket, and peek data from the socket buffer directly. Which lead to the bug like #16951. A better way is envoy read the data into the buffer, and listener filter read those data from the buffer.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions