Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore return statement that went missing. (#20087)
The changes in #19870 incorrectly removed a return here. Now we'll fall through to the cases that assume the proxy is not in a connected state to start with, which is not desirable.
- Loading branch information