diff options
author | hor911 <hor911@ydb.tech> | 2022-08-19 00:28:00 +0300 |
---|---|---|
committer | hor911 <hor911@ydb.tech> | 2022-08-19 00:28:00 +0300 |
commit | 29d668fad4b1b4ebcc8b4935be04ccb616ba81a7 (patch) | |
tree | fee1c64ac9a703197692a38539723f1447a1608c /library/cpp/actors/http/http_proxy_outgoing.cpp | |
parent | be2bb7b8834b39ffe7fdba646f380c229f273ced (diff) | |
download | ydb-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.cpp | 2 |
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 |