You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server: always use dropDRPCHeaderListener with drpc server
Previously, the DRPC listener was conditionally created based on the DRPC
setting. When DRPC was disabled, we used a noopListener that would block
on Accept() until closed, effectively rejecting all DRPC connections.
In #153503 we changed the DRPC server to always run regardless of the
setting, but missed updating the corresponding listener logic. This
commit completes that change by always using the dropDRPCHeaderListener
to properly handle incoming DRPC connections.
Epic: none
Release note: none
0 commit comments