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

[chttp2] fix stream leak with queued flow control update and absence of writes #30907

Merged
merged 58 commits into from
Sep 14, 2022

Commits on Sep 9, 2022

  1. add test

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c1ec307 View commit details
    Browse the repository at this point in the history
  2. Add build rule

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    28077ff View commit details
    Browse the repository at this point in the history
  3. regen

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b47cc55 View commit details
    Browse the repository at this point in the history
  4. debugging test

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4437807 View commit details
    Browse the repository at this point in the history
  5. debugging

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    33b5f9b View commit details
    Browse the repository at this point in the history
  6. test works now

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e6d285b View commit details
    Browse the repository at this point in the history
  7. fix bug

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e786bbf View commit details
    Browse the repository at this point in the history
  8. cleanup

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    168e8f7 View commit details
    Browse the repository at this point in the history
  9. cleanup

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    7246f7a View commit details
    Browse the repository at this point in the history
  10. cleanup

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3280b19 View commit details
    Browse the repository at this point in the history
  11. cleanup

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b821f5c View commit details
    Browse the repository at this point in the history
  12. fix

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    9ff9909 View commit details
    Browse the repository at this point in the history
  13. format

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    760f951 View commit details
    Browse the repository at this point in the history
  14. Fix copyright

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    554da86 View commit details
    Browse the repository at this point in the history
  15. iwyu

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    5519f69 View commit details
    Browse the repository at this point in the history
  16. format

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    635c454 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8c9fe96 View commit details
    Browse the repository at this point in the history
  18. iwyu

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d5177a3 View commit details
    Browse the repository at this point in the history
  19. Foramt

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    30e4750 View commit details
    Browse the repository at this point in the history
  20. cleanup

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    45d1a51 View commit details
    Browse the repository at this point in the history
  21. format

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f8d1a8a View commit details
    Browse the repository at this point in the history
  22. add fix back in

    apolcyn committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    7fa110f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. add debug logs

    apolcyn committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    fd23a0b View commit details
    Browse the repository at this point in the history
  2. temporarily remove fix

    apolcyn committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    b4d9bc0 View commit details
    Browse the repository at this point in the history
  3. debuggin

    apolcyn committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    0607174 View commit details
    Browse the repository at this point in the history
  4. debug logs with tweak to test

    apolcyn committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    2b08129 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f84112 View commit details
    Browse the repository at this point in the history
  6. logs

    apolcyn committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    5db15f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a401557 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c89efe View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    6e4eace View commit details
    Browse the repository at this point in the history
  2. make test hit bug again

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    6cc24fb View commit details
    Browse the repository at this point in the history
  3. add comment

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    27396c0 View commit details
    Browse the repository at this point in the history
  4. remove logs

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    57f78ee View commit details
    Browse the repository at this point in the history
  5. Revert "temporarily remove fix"

    This reverts commit b4d9bc0.
    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    01b09a8 View commit details
    Browse the repository at this point in the history
  6. revert typo

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    8f7e0af View commit details
    Browse the repository at this point in the history
  7. format

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    661ff2e View commit details
    Browse the repository at this point in the history
  8. iwyu

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7631c4d View commit details
    Browse the repository at this point in the history
  9. formaat

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a0e06e5 View commit details
    Browse the repository at this point in the history
  10. add log

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    46048d2 View commit details
    Browse the repository at this point in the history
  11. Revert "remove logs"

    This reverts commit 57f78ee.
    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    8db7265 View commit details
    Browse the repository at this point in the history
  12. add more debug logs

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2e65104 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9bf5658 View commit details
    Browse the repository at this point in the history
  14. making progress

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a265ac0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fc0a564 View commit details
    Browse the repository at this point in the history
  16. temporarily remove fix

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    35eda71 View commit details
    Browse the repository at this point in the history
  17. test is much better now

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    8bb0ce6 View commit details
    Browse the repository at this point in the history
  18. improve test

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    1107c34 View commit details
    Browse the repository at this point in the history
  19. more comments to test

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    1b479b5 View commit details
    Browse the repository at this point in the history
  20. revert original fix

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ebcc92c View commit details
    Browse the repository at this point in the history
  21. fix up test, add comments

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    47d520f View commit details
    Browse the repository at this point in the history
  22. iwyu

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    50db46d View commit details
    Browse the repository at this point in the history
  23. Format

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4eed12e View commit details
    Browse the repository at this point in the history
  24. remove debug logs

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    85b5aba View commit details
    Browse the repository at this point in the history
  25. fix comments

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    0e19d28 View commit details
    Browse the repository at this point in the history
  26. Fix up comments

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    766e489 View commit details
    Browse the repository at this point in the history
  27. fix leak in test

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    330cab5 View commit details
    Browse the repository at this point in the history
  28. remove unused var

    apolcyn committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    aa402fd View commit details
    Browse the repository at this point in the history