merge - #58
Merged
Merged
Conversation
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.