mirror of https://github.com/grpc/grpc-node.git
Merge pull request #903 from cjihrig/timeout
grpc-js: disable http2 server timeout
This commit is contained in:
commit
2b1a6756f5
|
@ -202,6 +202,7 @@ export class Server {
|
||||||
this.http2Server = http2.createServer();
|
this.http2Server = http2.createServer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.http2Server.setTimeout(0, noop);
|
||||||
this._setupHandlers();
|
this._setupHandlers();
|
||||||
|
|
||||||
function onError(err: Error): void {
|
function onError(err: Error): void {
|
||||||
|
|
Loading…
Reference in New Issue