Skip to content

Max message size check inside FragmentCollectorRead::read_frame #100

@fanatid

Description

@fanatid

Am I understanding correctly that FragmentCollectorRead doesn't limit the size of the message? Max message size is applied only during parsing frame header, i.e. to the payload in the frame but not inside FragmentCollectorRead::read_frame during accumulation.

if payload_len >= self.max_message_size {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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