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

WebSocket inbound ping frames support #629

Merged
merged 28 commits into from
Dec 8, 2023
Merged

WebSocket inbound ping frames support #629

merged 28 commits into from
Dec 8, 2023

Commits on Oct 25, 2023

  1. Adjust padding to accommodate good enough headers and don't include p…

    …artial data frame while computing crc32c value
    akrambek committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2cef977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d201582 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    76bf9de View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    29ae79c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec1b39e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    51a9f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4394783 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    e8696ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51c37b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da5f04 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    db1e17c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    40f73dc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    d1a0492 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    45799ce View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    1e55162 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. WIP

    akrambek committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    0df6dfa View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    fedc41f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a8d74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f160aad View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    e0e7d5a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    175b58c View commit details
    Browse the repository at this point in the history
  2. WIP

    akrambek committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    af50efd View commit details
    Browse the repository at this point in the history
  3. WIP server ping support

    akrambek committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    ed59ab1 View commit details
    Browse the repository at this point in the history
  4. Ping client support

    akrambek committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1092b5c View commit details
    Browse the repository at this point in the history
  5. Remove file

    akrambek committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4ab11f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f4a8a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c5cac0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c23861f View commit details
    Browse the repository at this point in the history