Skip to content

header write operations should be done in envoy thread #13

Description

@doujiang24

otherwise, there might be a race between go thread write and envoy thread read.

we could resolve it, by:

  1. buffer the write operations on the Go side,
  2. passing to envoy thread in batch, by dispatch a post event, before header continue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions