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

Add testProxyStreamingNoDeadlock test #181

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add testProxyStreamingNoDeadlock test #181

wants to merge 2 commits into from

Commits on Mar 13, 2020

  1. Add testProxyStreamingNoDeadlock test

    Because of there is a maximum number of concurrent connections per host
    it is possible for the client to deadlock itself when making requests
    with a streamed body if the body data is itself requested from the same
    host.
    
    If we reach the maximum number of concurrent requests for a certain
    host, and if all active tasks use a streamed body that obtains its data
    from requests to the same host, then the bodies will never be obtained as
    the requests they need to make will be put on a queue whose ability to
    dequeue them depends on their very result -> deadlock.
    PopFlamingo committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    9f76fd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

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