Skip to content

sdk: fix comment status code 505 to 503 - #49

Open
chayu163 wants to merge 1 commit into
ZSvirt:mainfrom
chayu163:fix/sdk-comment-status-code
Open

chayu163 wants to merge 1 commit into
ZSvirt:mainfrom
chayu163:fix/sdk-comment-status-code

Conversation

@chayu163

Copy link
Copy Markdown

What changed

Corrected a comment in ZSClient.asyncPollResult that referenced status code
505 to the actual implemented 503.

Why the change is needed

The code checks response.code() == 503, but the comment above it said 505,
which is misleading for anyone reading the polling logic.

How the change was tested

Comment-only change; no behavioral impact and no tests required.

Related issues

Fixes #48

Compatibility / upgrade impact

None — comment only.

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.

[ZSvirt] doc: sdk: comment says 505 but code checks 503

1 participant