Closed
Description
If the socket reads more data than requested (as in the SSL case), then stream parser can get more data than it requested.
This means that the some_bytes
variable here can contain more than one frame's worth of data.
The frame parser then correctly reads one frame out of the data, but the rest of the data is thrown away.
Metadata
Metadata
Assignees
Labels
No labels