diff options
| author | Stefan Boberg <[email protected]> | 2026-03-18 22:41:38 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-18 22:41:38 +0100 |
| commit | d48a83be4e75d5726cbd37274705b1c5ce7e625d (patch) | |
| tree | 208811d25ecabff8a8695544bc93ffd1d0a12fbf /src/zenhttp/clients/httpclientcpr.h | |
| parent | Remove IgnoreChildSignals() from zenserver main (diff) | |
| parent | improve auth token refresh (#863) (diff) | |
| download | zen-sb/pipes.tar.xz zen-sb/pipes.zip | |
Merge branch 'main' into sb/pipessb/pipes
Diffstat (limited to 'src/zenhttp/clients/httpclientcpr.h')
| -rw-r--r-- | src/zenhttp/clients/httpclientcpr.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/zenhttp/clients/httpclientcpr.h b/src/zenhttp/clients/httpclientcpr.h index 009e6fb7a..509ca5ae2 100644 --- a/src/zenhttp/clients/httpclientcpr.h +++ b/src/zenhttp/clients/httpclientcpr.h @@ -149,13 +149,13 @@ private: Session& operator=(Session&&) = delete; }; - Session AllocSession(const std::string_view BaseUrl, - const std::string_view Url, - const HttpClientSettings& ConnectionSettings, - const KeyValueMap& AdditionalHeader, - const KeyValueMap& Parameters, - const std::string_view SessionId, - std::optional<HttpClientAccessToken> AccessToken); + Session AllocSession(const std::string_view BaseUrl, + const std::string_view Url, + const HttpClientSettings& ConnectionSettings, + const KeyValueMap& AdditionalHeader, + const KeyValueMap& Parameters, + const std::string_view SessionId, + std::optional<std::string> AccessToken); RwLock m_SessionLock; std::vector<cpr::Session*> m_Sessions; |