Skip to content

Commit 6283b1e

Browse files
committed
Update destroyable server to fix HTTP/2 server shutdown
Without this, open connections to an HTTP/2 mock server may not be killed in some cases, which can block process shutdown, and inconveniently block the port itself.
1 parent 27c9ea2 commit 6283b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"cors": "^2.8.4",
176176
"cors-gate": "^1.1.3",
177177
"cross-fetch": "^3.1.5",
178-
"destroyable-server": "^1.0.0",
178+
"destroyable-server": "^1.0.2",
179179
"express": "^4.14.0",
180180
"graphql": "^14.0.2 || ^15.5",
181181
"graphql-http": "^1.22.0",

0 commit comments

Comments
 (0)