diff options
| author | Alexey Efimov <[email protected]> | 2022-05-06 09:16:33 +0300 |
|---|---|---|
| committer | Alexey Efimov <[email protected]> | 2022-05-06 09:16:33 +0300 |
| commit | 6af3e8a9fb068483ed468663f37973595adb392e (patch) | |
| tree | 78b4d4d0eb90506b534cf57935869f4a05644260 /library/cpp/actors/http/http_cache.cpp | |
| parent | 264071acbaeeec9bef990f960aa7a434098305dd (diff) | |
add settings for compression KIKIMR-14742
ref:e7f27eec7e9ed0722c245f091d0eff6e20395d63
Diffstat (limited to 'library/cpp/actors/http/http_cache.cpp')
| -rw-r--r-- | library/cpp/actors/http/http_cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/http/http_cache.cpp b/library/cpp/actors/http/http_cache.cpp index 27c4eeb6f32..c9dad66355a 100644 --- a/library/cpp/actors/http/http_cache.cpp +++ b/library/cpp/actors/http/http_cache.cpp @@ -316,7 +316,7 @@ public: } TString GetName() const { - return TStringBuilder() << (Request->Secure ? "https://" : "http://") << Request->Host << Request->URL + return TStringBuilder() << (Request->Endpoint->Secure ? "https://" : "http://") << Request->Host << Request->URL << " (" << CacheId << ")"; } }; |
