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 sansio implementataion #2060

Open
wants to merge 64 commits into
base: master
Choose a base branch
from

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    559617b View commit details
    Browse the repository at this point in the history
  2. fix lint issues

    gourav-kandoria committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    56d2152 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d12e72a View commit details
    Browse the repository at this point in the history
  4. fix lint issues

    gourav-kandoria committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f24527b View commit details
    Browse the repository at this point in the history
  5. fix typing issues

    gourav-kandoria committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ba972e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b81f762 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f59f77 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. correct types import

    gourav-kandoria committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    38e1629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d2d09 View commit details
    Browse the repository at this point in the history
  3. fix typo

    gourav-kandoria committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    28f2714 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    10933b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a72504 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 27, 2023

  1. Remove conditional on imports

    Kludex committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    39e3c33 View commit details
    Browse the repository at this point in the history
  2. Fix typos, and small details

    Kludex committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    931e78e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Refactor small things

    Kludex committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3d57661 View commit details
    Browse the repository at this point in the history
  2. Fix linter

    Kludex committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d76cdc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    ca6f63b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/encode/uvicorn into webso…

    …cket-sansio-implementataion
    gourav-kandoria committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d246cc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aed00c8 View commit details
    Browse the repository at this point in the history
  4. Remove checking of PONG event after receiving data

    As it won't be propagated as an event by the websockets sansIO protocol
    gourav-kandoria committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    808f951 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    803100c View commit details
    Browse the repository at this point in the history
  6. "Remove checking of PONG event after receiving data"

    As websockets sansio protocol is not propagating this event after receiving data
    gourav-kandoria committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7519e6b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    87ad36a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1048c18 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    4f76f62 View commit details
    Browse the repository at this point in the history
  2. fix lint issue

    gourav-kandoria committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    cbe36ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    348b6ac View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    48b1d5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12bb2d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Implement websockets_sans_impl.py

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    498eaf5 View commit details
    Browse the repository at this point in the history
  2. add surrogate errors in decode

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    e378770 View commit details
    Browse the repository at this point in the history
  3. fix lint issues

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    3ce1611 View commit details
    Browse the repository at this point in the history
  4. fix mypy failing issues

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    4f601dc View commit details
    Browse the repository at this point in the history
  5. fix lint issues

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    d48f8c1 View commit details
    Browse the repository at this point in the history
  6. fix typing issues

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    ab12969 View commit details
    Browse the repository at this point in the history
  7. Fix extension tests failing

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    65057b8 View commit details
    Browse the repository at this point in the history
  8. Fix extension tests failing

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b81bd5a View commit details
    Browse the repository at this point in the history
  9. correct types import

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    63e6f68 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b89d732 View commit details
    Browse the repository at this point in the history
  11. fix typo

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    526fe56 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0699a7e View commit details
    Browse the repository at this point in the history
  13. Remove conditional on imports

    Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    82f3f6e View commit details
    Browse the repository at this point in the history
  14. Fix typos, and small details

    Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    7a90b8b View commit details
    Browse the repository at this point in the history
  15. Refactor small things

    Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    e72cd54 View commit details
    Browse the repository at this point in the history
  16. Fix linter

    Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    d9a4ea0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    252bdc1 View commit details
    Browse the repository at this point in the history
  18. Remove checking of PONG event after receiving data

    As it won't be propagated as an event by the websockets sansIO protocol
    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    9ff1a2e View commit details
    Browse the repository at this point in the history
  19. Revert "Remove checking of PONG event after receiving data"

    This reverts commit 808f951.
    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    bc35b4f View commit details
    Browse the repository at this point in the history
  20. "Remove checking of PONG event after receiving data"

    As websockets sansio protocol is not propagating this event after receiving data
    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b82a8ce View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    09d3072 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5a22d00 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5f5f5f4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8dcd505 View commit details
    Browse the repository at this point in the history
  25. fix lint issue

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    3f4eecb View commit details
    Browse the repository at this point in the history
  26. increase msg size from 11 to 32

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    60460f9 View commit details
    Browse the repository at this point in the history
  27. increase client max_limit

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    78c6941 View commit details
    Browse the repository at this point in the history
  28. Empty-Commit-to-trigger-pipeline

    gourav-kandoria authored and Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    0ade3d4 View commit details
    Browse the repository at this point in the history
  29. Use WSProtocolType

    Kludex committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    db31c56 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    bf00ada View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    64d6eb7 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    064a7fc View commit details
    Browse the repository at this point in the history