Skip to content

Add HTTP/2 Frame Flags support #329

@masaori335

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions