Skip to content

feat: support HTTP proxy in client SDK #1925

feat: support HTTP proxy in client SDK

feat: support HTTP proxy in client SDK #1925

Triggered via pull request November 12, 2024 21:12
Status Success
Total duration 3m 30s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
/libs/client-sdk/src/data_sources/streaming_data_source.cpp:32:13 [performance-unnecessary-value-param]: libs/client-sdk/src/data_sources/streaming_data_source.cpp#L32
parameter 'ioc' is passed by value and only copied once; consider moving it to avoid unnecessary copies
/libs/client-sdk/src/data_sources/streaming_data_source.cpp:182:21 [performance-move-const-arg]: libs/client-sdk/src/data_sources/streaming_data_source.cpp#L182
std::move of the const variable 'error_string' has no effect; remove std::move() or make the variable non-const
/libs/client-sdk/src/data_sources/streaming_data_source.cpp:191:21 [performance-move-const-arg]: libs/client-sdk/src/data_sources/streaming_data_source.cpp#L191
std::move of the const variable 'error_string' has no effect; remove std::move() or make the variable non-const
/libs/client-sdk/src/data_sources/streaming_data_source.cpp:198:21 [performance-move-const-arg]: libs/client-sdk/src/data_sources/streaming_data_source.cpp#L198
std::move of the const variable 'error_string' has no effect; remove std::move() or make the variable non-const