DescriptionCheck for invalid use of data frame opcodes.
Text and Binary opcodes cannot appear in the middle of a message, and
the Continuation opcode cannot appear at the start.
Fail the channel if violations of this rule are found.
BUG=343105
TEST=net_unittests, layout tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252001
Patch Set 1 #
Total comments: 4
Patch Set 2 : Move continuation checking into HandleDataFrame. #
Total comments: 6
Patch Set 3 : Remove |expecting_continuation| parameter from HandleDataFrame() #
Messages
Total messages: 11 (0 generated)
|