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

[retry only] Additional HTTP/2 connections created when active streams limit is reached #39439

Commits on Jun 23, 2020

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

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    9852b24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d97e37e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. - Code duplication removed

    - Exception string put in .resx
    alnikola committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    1f0e0f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

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

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    f8f39fb View commit details
    Browse the repository at this point in the history
  2. Merge from master

    alnikola committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    02f0b04 View commit details
    Browse the repository at this point in the history
  3. Remove test logging

    alnikola committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    237adaa View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

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

Commits on Jul 18, 2020

  1. Configuration menu
    Copy the full SHA
    46927ac View commit details
    Browse the repository at this point in the history
  2. Test execution time reduced

    alnikola committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    33ab290 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Merge branch 'master' into alnikola/35088-retry-only-more-http2-conn-…

    …after-stream-count-limit
    alnikola committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    a440b76 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    99f24c8 View commit details
    Browse the repository at this point in the history
  2. - One hanging test fixed

    - Debug logging for the other
    alnikola committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    30b11d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8846166 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    5e9d9e7 View commit details
    Browse the repository at this point in the history
  2. - CanAddNewStream checks IsCreditAvailable value instead

    - _canAddNewStream removed
    - Other comments addressed
    alnikola committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    43ca992 View commit details
    Browse the repository at this point in the history
  3. - Expired connections removal in CleanCacheAndDisposeIfUnused fixed

    - Code duplication in GetHttp2ConnectionAsync eliminated
    alnikola committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    bd3f832 View commit details
    Browse the repository at this point in the history
  4. Fix build

    alnikola committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    c9b5600 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. - Maximum connection limit is removed

    - Connection expiration is checked under the construction lock too
    alnikola committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    25b233f View commit details
    Browse the repository at this point in the history
  2. Connection expiration test

    alnikola committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    8e2f549 View commit details
    Browse the repository at this point in the history
  3. Comments fixed

    alnikola authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    dad85cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8af737a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. - Comments addressed

    - Expiration test fixed
    alnikola committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    307faa0 View commit details
    Browse the repository at this point in the history
  2. Merge

    alnikola committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    0640743 View commit details
    Browse the repository at this point in the history
  3. Test timeouts fixed

    alnikola committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    61e4297 View commit details
    Browse the repository at this point in the history
  4. - CleanCacheAndDisposeIfUnused allocates only one array while removin…

    …g expired HTTP/2 connections
    
    - Expiration test fixed
    alnikola committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    dda6ccd View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    c160a57 View commit details
    Browse the repository at this point in the history
  2. Redundant check removed

    alnikola committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    67375df View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    1ddf691 View commit details
    Browse the repository at this point in the history
  2. Merge with master

    alnikola committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    5fc1702 View commit details
    Browse the repository at this point in the history