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 WebSocket reader flow control calculations #9685

Merged
merged 41 commits into from
Nov 7, 2024
Merged

Commits on Nov 5, 2024

  1. cleanups

    bdraco committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a8fa035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    539ff38 View commit details
    Browse the repository at this point in the history
  3. Update aiohttp/client.py

    bdraco authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    96d4113 View commit details
    Browse the repository at this point in the history
  4. Update aiohttp/client.py

    bdraco authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ba192fd View commit details
    Browse the repository at this point in the history
  5. Update aiohttp/client_ws.py

    bdraco authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    891036c View commit details
    Browse the repository at this point in the history
  6. Update aiohttp/web_ws.py

    bdraco authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7cbe329 View commit details
    Browse the repository at this point in the history
  7. payload may be None

    bdraco committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f6b8faa View commit details
    Browse the repository at this point in the history
  8. payload may not be len able

    bdraco committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    704010b View commit details
    Browse the repository at this point in the history
  9. cleanup

    bdraco committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a1b54ed View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. split it

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9555016 View commit details
    Browse the repository at this point in the history
  2. split it

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    666809f View commit details
    Browse the repository at this point in the history
  3. preen

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2e5dc54 View commit details
    Browse the repository at this point in the history
  4. fix

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    abbd219 View commit details
    Browse the repository at this point in the history
  5. fixes

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8cd2001 View commit details
    Browse the repository at this point in the history
  6. more fixes

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bec470b View commit details
    Browse the repository at this point in the history
  7. fix more tests

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    faad625 View commit details
    Browse the repository at this point in the history
  8. fix benchmark

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2b661c2 View commit details
    Browse the repository at this point in the history
  9. move size into message

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    25fd3fd View commit details
    Browse the repository at this point in the history
  10. move size into message

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a463ee1 View commit details
    Browse the repository at this point in the history
  11. move size into message

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    151bb30 View commit details
    Browse the repository at this point in the history
  12. more fixes

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9726051 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2bac4c8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7d56e4e View commit details
    Browse the repository at this point in the history
  15. fix typo

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1b59b7d View commit details
    Browse the repository at this point in the history
  16. fixes

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    763ec7e View commit details
    Browse the repository at this point in the history
  17. preen

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    328738d View commit details
    Browse the repository at this point in the history
  18. lint

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    effafee View commit details
    Browse the repository at this point in the history
  19. cache prop

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b271554 View commit details
    Browse the repository at this point in the history
  20. try to avoid all the py math

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    15ef47d View commit details
    Browse the repository at this point in the history
  21. no return

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0cd95b0 View commit details
    Browse the repository at this point in the history
  22. preen

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4cf1b69 View commit details
    Browse the repository at this point in the history
  23. dry

    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4773d89 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    080d39a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8cc4b8e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b4f60eb View commit details
    Browse the repository at this point in the history
  27. Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks"

    This reverts commit b4f60eb.
    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    35a341c View commit details
    Browse the repository at this point in the history
  28. Revert "Apply suggestions from code review"

    This reverts commit 8cc4b8e.
    bdraco committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    af16201 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. changelog

    bdraco committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7fb47a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29dd891 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e839d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c174e2 View commit details
    Browse the repository at this point in the history