Closed
Description
Line 310 in 590070e
When chunk_method field remains unchanged, and parser_config or status cannot enter the update code block.
Especially when using HTTP APIs, the update process is particularly cumbersome. To update some attributes, one must first query the current attributes, then compare each field to identify differences, and finally pass only the changed fields to the API. This approach is inefficient, as it requires multiple steps and unnecessary overhead for what should be a straightforward update operation.