Express.js HTTP request timeout

后端 未结 3 1591
-上瘾入骨i
-上瘾入骨i 2021-01-05 02:37

I was wondering if anyone could tell me what the default HTTP request timeout is when using express.

What I mean by this is: after how many seconds of dealing with a

3条回答
  •  温柔的废话
    2021-01-05 03:14

    req.connection.setTimeout(ms); appears to set the request timeout for a HTTP server in Node.js.

提交回复
热议问题