summaryrefslogtreecommitdiff
path: root/test/async-hooks
diff options
context:
space:
mode:
authorAli Ijaz Sheikh <ofrobots@google.com>2019-05-03 16:45:57 -0700
committerAli Ijaz Sheikh <ofrobots@google.com>2019-05-09 08:54:04 -0700
commitc30ef3cbd2e42ac1d600f6bd78a601a5496b0877 (patch)
tree44087e0e6bc08c1bc846f72daf9bd418a7c24ea8 /test/async-hooks
parente582d1191376b8bf129a04730b04a2cd52ae5202 (diff)
downloadandroid-node-v8-c30ef3cbd2e42ac1d600f6bd78a601a5496b0877.tar.gz
android-node-v8-c30ef3cbd2e42ac1d600f6bd78a601a5496b0877.tar.bz2
android-node-v8-c30ef3cbd2e42ac1d600f6bd78a601a5496b0877.zip
http, http2: remove default server timeout
Timing out and closing the socket after two minutes have elapsed is surprising and problematic for users. This behavior was specific to Node.js, and doesn't seem to be common in other language runtimes. Fixes: https://github.com/nodejs/node/issues/27556 PR-URL: https://github.com/nodejs/node/pull/27558 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'test/async-hooks')
-rw-r--r--test/async-hooks/test-graph.http.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/async-hooks/test-graph.http.js b/test/async-hooks/test-graph.http.js
index 55b9b055a0..12862467a6 100644
--- a/test/async-hooks/test-graph.http.js
+++ b/test/async-hooks/test-graph.http.js
@@ -43,9 +43,6 @@ process.on('exit', function() {
{ type: 'HTTPINCOMINGMESSAGE',
id: 'httpincomingmessage:1',
triggerAsyncId: 'tcp:2' },
- { type: 'Timeout',
- id: 'timeout:2',
- triggerAsyncId: 'tcp:2' },
{ type: 'SHUTDOWNWRAP',
id: 'shutdown:1',
triggerAsyncId: 'tcp:2' } ]