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

feat(websocket): add support for reason in WebSocket.close() #2056

Merged
merged 28 commits into from
Aug 22, 2024

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    46ba757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59698fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fab993 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    ca2b6b0 View commit details
    Browse the repository at this point in the history
  2. specify asgi spec version

    wendy5667 committed May 7, 2022
    Configuration menu
    Copy the full SHA
    ba03ce0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Configuration menu
    Copy the full SHA
    f3ec5cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37b3b21 View commit details
    Browse the repository at this point in the history
  3. Modify doc string

    wendy5667 committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    0d01d76 View commit details
    Browse the repository at this point in the history
  4. Omit reason if empty string

    wendy5667 committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    dc30b10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d6f70e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0af178 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

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

Commits on Aug 20, 2022

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

Commits on Aug 27, 2022

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

Commits on Nov 20, 2022

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

Commits on Dec 2, 2022

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

Commits on Jul 13, 2024

  1. Merge branch 'master' into wendy5667/master

    # Conflicts:
    #	falcon/asgi/app.py
    #	falcon/asgi/ws.py
    #	tests/asgi/test_ws.py
    CaselIT committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    caf9472 View commit details
    Browse the repository at this point in the history
  2. docs: fix docs

    CaselIT committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    70e1d30 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    c6510e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd0307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac75eb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    47f627c View commit details
    Browse the repository at this point in the history
  2. chore: fix bad master merge

    vytas7 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2a8cb1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ef70e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0345434 View commit details
    Browse the repository at this point in the history
  5. chore: address review comments

    vytas7 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    aeccab6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a53ba4c View commit details
    Browse the repository at this point in the history