aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/http/http_proxy_outgoing.cpp
diff options
context:
space:
mode:
authorhor911 <hor911@ydb.tech>2022-08-19 00:28:00 +0300
committerhor911 <hor911@ydb.tech>2022-08-19 00:28:00 +0300
commit29d668fad4b1b4ebcc8b4935be04ccb616ba81a7 (patch)
treefee1c64ac9a703197692a38539723f1447a1608c /library/cpp/actors/http/http_proxy_outgoing.cpp
parentbe2bb7b8834b39ffe7fdba646f380c229f273ced (diff)
downloadydb-29d668fad4b1b4ebcc8b4935be04ccb616ba81a7.tar.gz
Library/cpp/actors Activities
Diffstat (limited to 'library/cpp/actors/http/http_proxy_outgoing.cpp')
-rw-r--r--library/cpp/actors/http/http_proxy_outgoing.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/actors/http/http_proxy_outgoing.cpp b/library/cpp/actors/http/http_proxy_outgoing.cpp
index 8866773016..0f1ecf34ea 100644
--- a/library/cpp/actors/http/http_proxy_outgoing.cpp
+++ b/library/cpp/actors/http/http_proxy_outgoing.cpp
@@ -27,6 +27,8 @@ public:
{
}
+ static constexpr char ActorName[] = "OUT_CONNECTION_ACTOR";
+
void Die(const NActors::TActorContext& ctx) override {
ctx.Send(Owner, new TEvHttpProxy::TEvHttpConnectionClosed(ctx.SelfID));
TSocketImpl::Shutdown(); // to avoid errors when connection already closed