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

http: added scheduling option to http agent #33278

Closed
wants to merge 2 commits into from

Commits on May 7, 2020

  1. http: added scheduling option to http agent

    In some cases, it is preferable to use a lifo scheduling strategy
    for the free sockets instead of default one, which is fifo.
    This commit introduces a scheduling option to add the ability
    to choose which strategy best fits your needs.
    delvedor committed May 7, 2020
    Copy the full SHA
    fd4dd0a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. http: updated http agent documentation

    Added scheduling http agent option.
    delvedor committed May 8, 2020
    Copy the full SHA
    6230e94 View commit details
    Browse the repository at this point in the history