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

Additional HTTP/2 connections created when active streams limit is reached #38748

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 9, 2020

  1. Advanced request scheduling on multiple HTTP/2 connections algorithm …

    …with "burst control" and infinite requests handling
    alnikola committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    9b1fb8f View commit details
    Browse the repository at this point in the history
  2. Retry message removed

    alnikola committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    8fb4645 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    573acf6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Hardened concurrent updates to shared fields to make them safe on wea…

    …ker memory model platfoms
    alnikola committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    8683215 View commit details
    Browse the repository at this point in the history
  2. Merged with master

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

Commits on Jul 13, 2020

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

Commits on Jul 15, 2020

  1. Increasing the maximum of concurrent streams on an existing connectio…

    …n ublocks waiting requests
    alnikola committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    21b4208 View commit details
    Browse the repository at this point in the history
  2. - Http2Connection.AcquireStreamSlot doesn't check CreditManager.Curre…

    …nt anymore
    
    - Slot quota expiration check is also removed
    alnikola committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    e073212 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    3cc80f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e3590 View commit details
    Browse the repository at this point in the history
  3. Fix test logging

    alnikola committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    adae2ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef22afe View commit details
    Browse the repository at this point in the history
  5. More test logging

    alnikola committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e200f30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90d2bce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1278481 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. More logging and timeouts

    alnikola committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    b546ae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11a171d View commit details
    Browse the repository at this point in the history
  3. Test logging removed

    alnikola committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    e36cfe0 View commit details
    Browse the repository at this point in the history
  4. Missing ConfigureAwait(false) added

    Connection timeout increased to 5 sec
    alnikola committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    73c38bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dce2cb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. - Stream slot is correctly acquired after connection was created

    - Available slot search under connection construction lock is fixed
    - Tests execution time greatly reduced
    alnikola committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    1896ef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2064bcf View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Hanging tests fixed

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

Commits on Jul 20, 2020

  1. More hanging tests fixes

    alnikola committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    1dac8b4 View commit details
    Browse the repository at this point in the history
  2. Logging

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

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    0607bcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b177384 View commit details
    Browse the repository at this point in the history
  3. Fix asserts

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