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

Replace task cancellation in BaseHTTPMiddleware with http.disconnect+recv_stream.close #1715

Merged
merged 8 commits into from Sep 24, 2022

Commits on Sep 3, 2022

  1. replace BaseMiddleware cancellation after request send with closing r…

    …ecv_stream + http.disconnect in receive
    
    fixes encode#1438
    jhominal committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    9561a47 View commit details
    Browse the repository at this point in the history
  2. Add no cover pragma on pytest.fail in tests/middleware/test_base.py

    Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
    jhominal and adriangb committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    dd8045c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9161fb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    274bdeb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 21, 2022

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

Commits on Sep 22, 2022

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

Commits on Sep 23, 2022

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