From 2b8c2f649209f959c363279a1064fe0366968858 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 30 Dec 2020 13:02:27 +0100 Subject: [PATCH] http: set lifo as the default scheduling strategy in Agent. --- doc/api/http.md | 5 ++++- lib/_http_agent.js | 2 +- test/parallel/test-http-agent-scheduling.js | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index ad34b6e1e7df40..25107674074fd8 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -113,6 +113,9 @@ http.get({