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

nx_websocket_client_data_process: Return true opcode with fin bit #243

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

Commits on Feb 3, 2024

  1. nx_websocket_client_data_process: Return true opcode with fin bit

    Caller needs this information to detect start of the new websocket
    frame, and also to detect end of it.
    
    Caller must clearly discriminate:
    - first frame packet, which can further be split into multiple tcp
    packets
    - continuation packets, where each can be split into multiple tcp
    packets
    - last continuation packet, again split into multiple tcp packets
    
    So caller must also take nx_websocket_client_frame_data_received and
    client.nx_websocket_client_frame_data_length into account.
    elrafoon committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    0706b92 View commit details
    Browse the repository at this point in the history