Skip to content

Commit a612d4d

Browse files
committed
QUIC: Add TODO for QUIC connector authentication
1 parent e9935b9 commit a612d4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/connectors/quic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ impl QuicConnector {
154154
"quic-datagrams"
155155
};
156156
let frames = |id| create_quic_frames(conn, id, sessions);
157+
//TODO: Implement authentication for QUIC connectors
157158
http_forward_proxy_connect(server, ctx, local, remote, channel, frames, false, None).await?;
158159
Ok(())
159160
}

0 commit comments

Comments
 (0)