Skip to content

Commit 614578f

Browse files
committed
support database redirects for capabilities handler (#10893)
1 parent 855d7d1 commit 614578f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/core/viewer/viewer_capabilities.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ class TViewerCapabilities : public TViewerPipeClient {
1515
{}
1616

1717
void Bootstrap() override {
18+
if (TBase::NeedToRedirect()) {
19+
return;
20+
}
1821
ReplyAndPassAway();
1922
}
2023

0 commit comments

Comments
 (0)