feat(client): add support for RDCleanPath (#745)

Issue: ARC-309
This commit is contained in:
Benoît Cortier 2025-04-14 15:08:44 +02:00 committed by GitHub
parent 5e6746c1b6
commit cc3dbf124f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 446 additions and 73 deletions

View file

@ -1090,7 +1090,7 @@ where
let should_upgrade = ironrdp_futures::skip_connect_begin(connector);
// At this point, proxy established the TLS session
// At this point, proxy established the TLS session.
let upgraded = ironrdp_futures::mark_as_upgraded(should_upgrade, connector);