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

[HTTP/3] Support for HTTP/3 multiple connections #101531

Merged
merged 28 commits into from
Jun 25, 2024

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    9602872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    366c740 View commit details
    Browse the repository at this point in the history
  3. H3 connection pool

    ManickaP committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c1959d4 View commit details
    Browse the repository at this point in the history
  4. Fixed unused methods.

    ManickaP committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    79d5cdb View commit details
    Browse the repository at this point in the history
  5. Update src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpH…

    …andler/Http3Connection.cs
    
    Co-authored-by: Radek Zikmund <[email protected]>
    ManickaP and rzikm committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6537793 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81bdce1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c6744f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c597fa5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    977e0bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8e8e76 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ef524b View commit details
    Browse the repository at this point in the history
  12. Fix releasing stream

    ManickaP committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    119b483 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e967690 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    19cac0b View commit details
    Browse the repository at this point in the history
  15. Feedback

    ManickaP committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    366730a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a316b89 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2c3a47d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0dff95b View commit details
    Browse the repository at this point in the history
  19. Fixed borked platform guard

    ManickaP committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ff47d4b View commit details
    Browse the repository at this point in the history
  20. Use the cached delegate 🤦

    ManickaP committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e830ecb View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Easy feedback

    ManickaP committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2721f0f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Generated ref source

    ManickaP committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    114e89a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e75dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd285fe View commit details
    Browse the repository at this point in the history
  4. Assert

    ManickaP committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7f6e3c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2710d18 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    346a278 View commit details
    Browse the repository at this point in the history
  2. Removed logging

    ManickaP committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ede8407 View commit details
    Browse the repository at this point in the history