diff --git a/Cargo.lock b/Cargo.lock index 23af778d..1a9de3c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1812,7 +1812,7 @@ dependencies = [ [[package]] name = "wtx" -version = "0.21.0" +version = "0.22.0" dependencies = [ "aes-gcm", "arbitrary", diff --git a/wtx-docs/src/web-socket-over-http2/README.md b/wtx-docs/src/web-socket-over-http2/README.md index e8ea19e2..a6e758ee 100644 --- a/wtx-docs/src/web-socket-over-http2/README.md +++ b/wtx-docs/src/web-socket-over-http2/README.md @@ -1,7 +1,7 @@ # WebSocket over HTTP/2 -At the current time only servers support the handshake procedure defined in [RFC6455](https://https://datatracker.ietf.org/doc/html/rfc8441). +At the current time only servers support the handshake procedure defined in [RFC8441](https://https://datatracker.ietf.org/doc/html/rfc8441). While HTTP/2 inherently supports full-duplex communication, web browsers typically don't expose this functionality directly to developers and that is why WebSocket tunneling over HTTP/2 is important. diff --git a/wtx/Cargo.toml b/wtx/Cargo.toml index fcb09611..a3b9615b 100644 --- a/wtx/Cargo.toml +++ b/wtx/Cargo.toml @@ -113,7 +113,7 @@ name = "wtx" readme = "README.md" repository = "https://github.com/c410-f3r/wtx" rust-version = "1.82" -version = "0.21.0" +version = "0.22.0" [package.metadata.docs.rs] all-features = true