-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [WIP]: Migrations over WebSocket * Avoid panics in error handling code * Fix compilation * Handle unauthorized error * Fix wasm build * Cargo fmt * Use correct urls * Restore Cargo.toml * Fix TLS and api_key * TLS support * Fix fixed TLS * Implement TLS handshake with proper host name * Update quaint/src/connector/postgres/native/websocket.rs Co-authored-by: Alberto Schiabel <jkomyno@users.noreply.github.com> * Remove dbg * Feedback & cleanup --------- Co-authored-by: Alberto Schiabel <jkomyno@users.noreply.github.com>
- Loading branch information
Showing
15 changed files
with
437 additions
and
77 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.