Skip to content

Add HTTP/2 Frame Flags support #329

Description

@masaori335

Feature request: it'd great if HTTP/2 frame flags can be configured to test edge cases,

  • e.g.
  transactions:
  - client-request:
      frames:
      - HEADERS:
          flags:
            END_HEADERS: true
            END_STREAM: false
      - DATA:
          flags:
            END_STREAM: true

For now, it's automatically set
https://github.com/yahoo/proxy-verifier/blob/master/local/src/core/http2.cc#L1510-L1520

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