diff options
author | molotkov-and <[email protected]> | 2023-03-09 18:00:50 +0300 |
---|---|---|
committer | molotkov-and <[email protected]> | 2023-03-09 18:00:50 +0300 |
commit | f326eae084b484a7c38d44318e3e5de9ef23dfa6 (patch) | |
tree | 1f3c257d7759a82572137a344a12156b3b7a8b29 /library/cpp/actors/http/http_proxy.h | |
parent | 7d3614a719ab373119c4446eb060cdde89f80601 (diff) |
Add SSL_set_tlsext_host_name ssl option
Diffstat (limited to 'library/cpp/actors/http/http_proxy.h')
-rw-r--r-- | library/cpp/actors/http/http_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/http/http_proxy.h b/library/cpp/actors/http/http_proxy.h index 0ed09119e43..d9a2c6a71c5 100644 --- a/library/cpp/actors/http/http_proxy.h +++ b/library/cpp/actors/http/http_proxy.h @@ -234,7 +234,7 @@ struct TPrivateEndpointInfo : THttpEndpointInfo { NActors::IActor* CreateHttpProxy(std::weak_ptr<NMonitoring::TMetricRegistry> registry = NMonitoring::TMetricRegistry::SharedInstance()); NActors::IActor* CreateHttpAcceptorActor(const TActorId& owner, const TActorId& poller); -NActors::IActor* CreateOutgoingConnectionActor(const TActorId& owner, const TString& host, bool secure, const TActorId& poller); +NActors::IActor* CreateOutgoingConnectionActor(const TActorId& owner, bool secure, const TActorId& poller); NActors::IActor* CreateIncomingConnectionActor( std::shared_ptr<TPrivateEndpointInfo> endpoint, TIntrusivePtr<TSocketDescriptor> socket, |