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

[WIP] Connection Pool Refactor #182

Merged
merged 32 commits into from
Jul 31, 2019
Merged

[WIP] Connection Pool Refactor #182

merged 32 commits into from
Jul 31, 2019

Commits on Jul 27, 2019

  1. Configuration menu
    Copy the full SHA
    4e46ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b09ced2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d042668 View commit details
    Browse the repository at this point in the history
  4. Remove ConnectionInfo

    trowski committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    48239b5 View commit details
    Browse the repository at this point in the history
  5. Decrease timeout in test

    trowski committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    9a0afad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    766cadf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fa3e34 View commit details
    Browse the repository at this point in the history
  8. Support keep-alive

    trowski committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    69abeb1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fdaa26c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    80c88d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eab8ced View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ac30d43 View commit details
    Browse the repository at this point in the history
  13. Start of HTTP/2 connection

    A WIP at this point, but it sort of works.
    trowski committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    4de37a9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e0a7960 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5e5590a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    69ab56e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    60a32ca View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1756b32 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    69455ec View commit details
    Browse the repository at this point in the history
  20. Use hpack v2

    trowski committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    67624a7 View commit details
    Browse the repository at this point in the history
  21. Remove unnecessary check

    Duplicate pseudo-headers are checked above.
    trowski committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    b70f00b View commit details
    Browse the repository at this point in the history
  22. Require cancellation token in Connection

    Also actually use it in Http2Connection. :-)
    trowski committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    ee40a6d View commit details
    Browse the repository at this point in the history
  23. Fix rebase error

    trowski committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    b59c8e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Fix pool reusing connections

    trowski committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    783b63f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

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

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    675b75d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1582c44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7856054 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1662985 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e721fcf View commit details
    Browse the repository at this point in the history
  6. Fix CS issues

    trowski committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    7c5862a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39b5a3b View commit details
    Browse the repository at this point in the history