Skip to content

Commit

Permalink
Replace everything with old code
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Feb 2, 2022
1 parent b92a660 commit 4a317df
Show file tree
Hide file tree
Showing 9 changed files with 1,536 additions and 1,076 deletions.
4 changes: 4 additions & 0 deletions transports/quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ webpki = "0.22.0"
x509-parser = "0.12.0"
yasna = { version = "0.4.0" }

async-std = "*"
log = "*"
futures-timer = "*"

[dev-dependencies]
anyhow = "1.0.41"
async-std = { version = "1.9.0", features = ["attributes"] }
Expand Down
435 changes: 435 additions & 0 deletions transports/quic/src/connection.rs

Large diffs are not rendered by default.

54 changes: 0 additions & 54 deletions transports/quic/src/crypto.rs

This file was deleted.

0 comments on commit 4a317df

Please sign in to comment.