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

Fix TCPConnector doing blocking I/O in the event loop to create the SSLContext #8672

Merged
merged 29 commits into from
Aug 10, 2024

Commits on Aug 9, 2024

  1. Fix TCPConnector doing blocking I/O in the event loop to create the S…

    …SLContext
    
    related issue #3080
    bdraco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3e0f5d9 View commit details
    Browse the repository at this point in the history
  2. fix race

    bdraco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    df950c1 View commit details
    Browse the repository at this point in the history
  3. fix race

    bdraco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ebcb5dc View commit details
    Browse the repository at this point in the history
  4. reduce

    bdraco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0f69992 View commit details
    Browse the repository at this point in the history
  5. fix race

    bdraco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0fdceb3 View commit details
    Browse the repository at this point in the history
  6. drop unreachable code

    bdraco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2ef3ee6 View commit details
    Browse the repository at this point in the history
  7. changelog

    bdraco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e67e655 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6fee282 View commit details
    Browse the repository at this point in the history
  9. tweak

    bdraco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2a57bd5 View commit details
    Browse the repository at this point in the history
  10. tweak

    bdraco committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e102e2b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Update aiohttp/connector.py

    Co-authored-by: Sam Bull <[email protected]>
    bdraco and Dreamsorcerer authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    e16ba6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85f45af View commit details
    Browse the repository at this point in the history
  3. tweaks

    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a4a293a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/fix_ssl_context_blocking_io' i…

    …nto fix_ssl_context_blocking_io
    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    4310e70 View commit details
    Browse the repository at this point in the history
  5. tweaks

    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    15c68db View commit details
    Browse the repository at this point in the history
  6. tweaks

    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    5bb1038 View commit details
    Browse the repository at this point in the history
  7. tweaks

    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    45bb7b2 View commit details
    Browse the repository at this point in the history
  8. fix tests

    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    4684b1d View commit details
    Browse the repository at this point in the history
  9. Update aiohttp/connector.py

    bdraco authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    9786249 View commit details
    Browse the repository at this point in the history
  10. Update aiohttp/connector.py

    bdraco authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    300d2e1 View commit details
    Browse the repository at this point in the history
  11. tweak

    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    ebad0d8 View commit details
    Browse the repository at this point in the history
  12. Update aiohttp/connector.py

    bdraco authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    2c23767 View commit details
    Browse the repository at this point in the history
  13. fix proxy test

    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    51215d3 View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'upstream/fix_ssl_context_blocking_io' i…

    …nto fix_ssl_context_blocking_io
    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    4b716d6 View commit details
    Browse the repository at this point in the history
  15. coverage

    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    97f2582 View commit details
    Browse the repository at this point in the history
  16. preen

    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    4868713 View commit details
    Browse the repository at this point in the history
  17. clean state

    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    2dc9463 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    990d580 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bf7f7e2 View commit details
    Browse the repository at this point in the history