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

Implement Http/2 WebSockets #41558

Merged
merged 22 commits into from
Jun 8, 2022
Merged

Implement Http/2 WebSockets #41558

merged 22 commits into from
Jun 8, 2022

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    e0092f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbdcd89 View commit details
    Browse the repository at this point in the history
  3. h2 WebSockets in middleware

    Tratcher committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    7cb5829 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62a8e3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3636f70 View commit details
    Browse the repository at this point in the history
  6. Style cleanup

    Tratcher committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    fe0094e View commit details
    Browse the repository at this point in the history
  7. Access key less

    Tratcher committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    c4a1207 View commit details
    Browse the repository at this point in the history
  8. Cleanup spaces

    Tratcher committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    22044ef View commit details
    Browse the repository at this point in the history
  9. Strings, server tests

    Tratcher committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    69d715a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc10999 View commit details
    Browse the repository at this point in the history
  11. Middleware tests

    Tratcher committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    428551f View commit details
    Browse the repository at this point in the history
  12. Remove extra Usings

    Tratcher committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    f8ac923 View commit details
    Browse the repository at this point in the history
  13. Cleanup

    Tratcher committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    eb7d237 View commit details
    Browse the repository at this point in the history
  14. Fix signalr

    Tratcher committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    acc77b7 View commit details
    Browse the repository at this point in the history
  15. Style cleanup

    Tratcher committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    c78bcee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9048dfe View commit details
    Browse the repository at this point in the history
  17. Remove kestrel reference

    Tratcher committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    4b82712 View commit details
    Browse the repository at this point in the history
  18. Use ValueTask

    Tratcher committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    ff7fd2b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. PR & API review feedback

    Tratcher committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    5e413ba View commit details
    Browse the repository at this point in the history
  2. Fix nullability

    Tratcher committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    237d79c View commit details
    Browse the repository at this point in the history
  3. Less null

    Tratcher committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    9a98b8d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Less null

    Tratcher committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    14f39cd View commit details
    Browse the repository at this point in the history