Skip to content

Commit

Permalink
Doc fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Jan 20, 2025
1 parent f2bc71c commit 93b7baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/intproxy/src/proxies/incoming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub struct IncomingProxy {
///
/// Each entry here maps to a connection that is in progress both locally and remotely.
steal_tcp_proxies: HashMap<ConnectionId, TaskSender<TcpProxyTask>>,
/// Each remote HTTP request stolen with a filter is mapped to a [HttpGatewayTask].
/// Each remote HTTP request stolen with a filter is mapped to a [`HttpGatewayTask`].
///
/// Each entry here maps to a request that is in progress both locally and remotely.
http_gateways: HashMap<ConnectionId, HashMap<RequestId, HttpGatewayHandle>>,
Expand Down

0 comments on commit 93b7baa

Please sign in to comment.