Skip to content

HTTP/2 parser respects the PADDED flag in all frame types, even those in which it should be ignored. #4

@kenballus

Description

@kenballus

The PADDED flag should affect only HEADERS, PUSH_PROMISE, and DATA frames.

If you send a frame with the PADDED flag set in any other frame type, it is honored, even though the standard requires that it be ignored.

This can cause compatibility issues with other HTTP/2 servers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions