-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* proof of concept for using http2 instead of axios * fix TS build issues * error handling improvements * clean up a bunch of dangling references * clean up all dangling http2 sessions in tests so test process exits after tests pass * make collections reuse provided http client * reuse same HTTP client for all databases as well as collections * refactor out HTTP2 request logic into a separate function * confirm that Mongoose close() and disconnect() correctly disconnect http2 client * better typings for http2 internals * test double closing httpClient * add switch to enable/disable http2 * properly pass useHTTP2 down to httpClient * improve error message when making http2 request after closing client * fix merge conflicts with listCollections * enable HTTP2 by default
- Loading branch information
Showing
13 changed files
with
315 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.