Skip to content

Commit

Permalink
Update destroyable server to fix HTTP/2 server shutdown
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pimterry committed Apr 30, 2024
1 parent 27c9ea2 commit 6283b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"cors": "^2.8.4",
"cors-gate": "^1.1.3",
"cross-fetch": "^3.1.5",
"destroyable-server": "^1.0.0",
"destroyable-server": "^1.0.2",
"express": "^4.14.0",
"graphql": "^14.0.2 || ^15.5",
"graphql-http": "^1.22.0",
Expand Down

0 comments on commit 6283b1e

Please sign in to comment.