Skip to content

Review flow control padding #76

@jfallows

Description

@jfallows

Currently, we decode TLS records in place to support throttled delivery of application data according to application flow control budget.

This requires distributing the required budget across the potentially fragmented application DATA frames.

If application padding is non-zero, then total application reserved could exceed total network reserved, so we assert that application padding is zero.

Review flow control to support non-zero application padding, even when application DATA is fragmented, resulting in total application reserved exceeding total network `reserved, without over-crediting network flow control budget.

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