Skip to content

merge - #58

Merged
Vismalskumar0 merged 8 commits into
topic/cfgfrom
develop
Sep 26, 2025
Merged

merge#58
Vismalskumar0 merged 8 commits into
topic/cfgfrom
develop

Conversation

@Vismalskumar0

Copy link
Copy Markdown

No description provided.

shivabhaskar and others added 8 commits September 12, 2025 18:38
…File API and Minor Code Fixes (#51)

* RDKEMW-7271: Fix GetPartnerId api to return only the value

Reason for change: GetPartnerId was previously returning the entire
key-value pair. This update ensures that only the value is returned
Test Procedure: Verify that GetPartnerId returns the correct value.
Refer to the ticket for detailed steps.
Risks: Low

* RDKEMW-7271: Fix logging format to avoid duplicate newlines

Reason for change: The logging macros previously appended an unnecessary newline ("\n") to the format string, which could result in duplicate newlines or formatting inconsistencies. The macros are updated to pass the format string as-is, relying on the underlying logger to handle line endings appropriately.
Test Procedure: Verify log output. Ensure no extra blank lines appear and log formatting remains consistent.
Risks: Low

* RDK-59014: Add support for CURL 56 in urlHelperDownloadFile API

Reason for change: This update adds handling for CURL error 56 (connection reset by peer) in the urlHelperDownloadFile API. With this change, the seek position is updated appropriately when error 56 occurs, preventing the download from restarting from the beginning.
Test Procedure: Verify that CURL error code 56 is handled in the same way as error codes 18 and 28, and that the seek position is correctly managed.
Added curl 56 error for Incremental CDL
* RDK-59014: Add support for CURL 56 in urlHelperDownloadFile API

Reason for change: Minor Code Fix.
Test Procedure: Verify that CURL error code 56 is handled in the same way as error codes 18 and 28, and that the seek position is correctly managed.
@Vismalskumar0
Vismalskumar0 requested a review from a team as a code owner September 26, 2025 11:45
@Vismalskumar0
Vismalskumar0 merged commit ea44fb8 into topic/cfg Sep 26, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants