Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ws_transport): correct split header bytes (IDFGH-13859) #14706

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 30, 2024

  1. fix(ws_transport): correct split header bytes

    When the underlying transport returns header,
    length, or mask bytes early, again call the
    underlying transport.
    
    This solves the WS parser getting offset when
    the server sends a burst of frames where the
    last WS header is split across packet boundaries,
    so fewer than the needed bytes may be available.
    bryghtlabs-richard committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    093ea00 View commit details
    Browse the repository at this point in the history