We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669781a commit ffaebbeCopy full SHA for ffaebbe
benchmarks/benchmark.js
@@ -89,6 +89,8 @@ const superagentAgent = new http.Agent({
89
const undiciOptions = {
90
path: '/',
91
method: 'GET',
92
+ blocking: false,
93
+ reset: false,
94
headersTimeout,
95
bodyTimeout
96
}
0 commit comments