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 dynamic HTTP/2 window scaling #54755

Merged
merged 40 commits into from
Jul 8, 2021

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    1d41853 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into http/dynamic-window-02

    # Conflicts:
    #	src/libraries/System.Net.Http/src/System/Net/Http/DiagnosticsHandler.cs
    antonfirsov committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    4067443 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3800d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f50764 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c7c474 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6eb66e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

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

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    473139d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2ff4ee View commit details
    Browse the repository at this point in the history
  3. fix test

    antonfirsov committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    2bf13e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    526d723 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    7362e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dfcfeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e9142b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e30ab75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20416ac View commit details
    Browse the repository at this point in the history
  6. move process-wide settings to GlobalHttpSettings & remove MaximumWind…

    …owReached() optimization
    antonfirsov committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    9f53e0a View commit details
    Browse the repository at this point in the history
  7. cleanup defaults

    antonfirsov committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    13d2066 View commit details
    Browse the repository at this point in the history
  8. nits

    antonfirsov committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    e6cc7c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b89e4bc View commit details
    Browse the repository at this point in the history
  10. comments

    antonfirsov committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    1df65a2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e18b0b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fb3b90e View commit details
    Browse the repository at this point in the history
  13. nit

    antonfirsov committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    a54dfdc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dd8d2cc View commit details
    Browse the repository at this point in the history
  15. delete extra newlines

    antonfirsov committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4f302c7 View commit details
    Browse the repository at this point in the history
  16. remove _respondToPing

    antonfirsov committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    e4d8639 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c7761e2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e23cac8 View commit details
    Browse the repository at this point in the history
  19. commit suggestion

    Co-authored-by: James Newton-King <james@newtonking.com>
    antonfirsov and JamesNK authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    70a04c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Merge branch 'main' into http/dynamic-window-02

    # Conflicts:
    #	src/libraries/System.Net.Http/src/System.Net.Http.csproj
    #	src/libraries/System.Net.Http/src/System/Net/Http/DiagnosticsHandler.cs
    antonfirsov committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    ddd6ea1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b006a5 View commit details
    Browse the repository at this point in the history
  3. fix build

    antonfirsov committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    bc2b9b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Apply suggestions

    Co-authored-by: Geoff Kizer <geoffrek@microsoft.com>
    antonfirsov and geoffkizer authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    95f9e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aba1735 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cbf0e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. nit

    antonfirsov committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    cd94dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6954f61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dbfa47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3009773 View commit details
    Browse the repository at this point in the history