Skip to content

Commit

Permalink
Update mirrord/intproxy/src/proxies/incoming.rs
Browse files Browse the repository at this point in the history
Co-authored-by: meowjesty <[email protected]>
  • Loading branch information
Razz4780 and meowjesty authored Jan 20, 2025
1 parent 5ac91bc commit a02a339
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 @@ -113,7 +113,7 @@ struct HttpGatewayHandle {
/// # HTTP upgrades
///
/// An HTTP request stolen with a filter can result in an HTTP upgrade.
/// When this happens, the TPC connection is recovered and passed to a new [`TcpProxyTask`].
/// When this happens, the TCP connection is recovered and passed to a new [`TcpProxyTask`].
/// The TCP connection is then treated as stolen in whole.
#[derive(Default)]
pub struct IncomingProxy {
Expand Down

0 comments on commit a02a339

Please sign in to comment.