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

grpc: add websocket support #5509

Merged
merged 9 commits into from
Jul 2, 2024
Merged

Commits on Jun 13, 2024

  1. draft comment

    Signed-off-by: amitpanwar789 <amitpanwar02705@gmail.com>
    amitpanwar789 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    490ea74 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. websocket message decoding support for grpc request

    Signed-off-by: amitpanwar789 <amitpanwar02705@gmail.com>
    amitpanwar789 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6e0740c View commit details
    Browse the repository at this point in the history
  2. help and changeLog updated

    Signed-off-by: amitpanwar789 <amitpanwar02705@gmail.com>
    amitpanwar789 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    94be5ee View commit details
    Browse the repository at this point in the history
  3. error fixed

    Signed-off-by: amitpanwar789 <amitpanwar02705@gmail.com>
    amitpanwar789 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c232f62 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. enum added for base64 decoding check specially for grpc websocket sup…

    …port
    
    Signed-off-by: amitpanwar789 <amitpanwar02705@gmail.com>
    amitpanwar789 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    44eb114 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. enum static removed and decodingMethod variable is final now

    Signed-off-by: amitpanwar789 <amitpanwar02705@gmail.com>
    amitpanwar789 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8fa19e2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into grpcWebsocket

    Signed-off-by: Amit Panwar <64302444+amitpanwar789@users.noreply.github.com>
    amitpanwar789 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e051e09 View commit details
    Browse the repository at this point in the history
  3. websocket.html updated typo fixed

    Signed-off-by: amitpanwar789 <amitpanwar02705@gmail.com>
    amitpanwar789 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    640e1f3 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md removed extra character

    Signed-off-by: Amit Panwar <64302444+amitpanwar789@users.noreply.github.com>
    amitpanwar789 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4c780bf View commit details
    Browse the repository at this point in the history