Skip to content

Commit 3f441f0

Browse files
author
youngday
committed
remove http3, use webtransport
1 parent 087230d commit 3f441f0

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,6 @@ path = "examples/webtransport/src/echo-server.rs"
161161
name = "wt-client"
162162
path = "examples/webtransport/src/echo-client.rs"
163163

164-
[[example]]
165-
name = "quic_client"
166-
path = "examples/quic/client.rs"
167-
168-
[[example]]
169-
name = "quic_server"
170-
path = "examples/quic/server.rs"
171-
172164
[[example]]
173165
name = "mqtt_asyncpubsub"
174166
path = "examples/mqtt/mqtt_asyncpubsub.rs"

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
|grpc-client,grpc-server,grpc-jsoncodec-server|poem grpc examples ,with json codec |⚠️ grpc branch |
4141
|ws_client,ws_server| | websocket |
4242
|wt-server,wt-client|webtransport|replace websocket with http3/quic|
43-
|quic_server,quic_client|quic,http3|quic,http3|
4443
## vscode build
4544

4645
https://code.visualstudio.com/docs/languages/rust
@@ -101,8 +100,6 @@ and
101100
mpsc_tokio
102101
mqtt_asyncpubsub
103102
post
104-
quic_client
105-
quic_server
106103
rumqttd
107104
serial-print
108105
tcp-client

0 commit comments

Comments
 (0)