Skip to content

SDL doesn't ignore value of 'frameInfo' field for 'Single' and 'First' frames #3717

@dboltovskyi

Description

@dboltovskyi

Bug Report

SDL doesn't ignore value of 'frameInfo' field for 'Single' and 'First' frames.
It has to do so according to current protocol specification: 2.3 Frame Header Fields ("Frame Info")

Reproduction Steps
  1. App registered
  2. App sends PutFile data
    a) as a single frame
    b) as a multi frame
  3. Make sure App sends non-zero value in 'frameInfo' field of 'Single' and 'First' frames
Expected Behavior

SDL does:

  • ignore value of 'frameInfo' field for 'Single' and 'First' frames
  • proceed with PutFile successfully
Observed Behavior

SDL fails to proceed the frames with message in log:

IncomingDataHandler::CreateFrame: Packet validation failed
OS & Version Information
Test Case, Sample Code, and / or Example App

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions