Skip to content

HTTP/2: Valid response trailers are rejected. #236

@Ph4ntomas

Description

@Ph4ntomas

From the RFC: 8.1.2.1. Pseudo-Header Fields

Pseudo-header fields MUST NOT appear in trailers.

This is properly handled for request headers, by checking the nth_header parameter in validate_header, however the response validation does not contain such check, and tries to enforce that responses trailers contain :status pseudo-header

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions