node-http2
node-http2 copied to clipboard
How to set request setTimeout?
trafficstars
I use this method to set request timeout, but it doesn't work. Anyone could tell how to setTimeout when using http2 request?
method: request.setTimeout(1000, function () { });
The same issue here. This function exists, but it doesn't work.