Skip to content

fix problem with incorrect error message on many of 200-th webrequest errorcodes#5922

Open
gorbovskoy-evg wants to merge 1 commit intomasterfrom
fix_problem_with_incorrect_error_message_on_many_of_200-th_webrequest_errorcodes
Open

fix problem with incorrect error message on many of 200-th webrequest errorcodes#5922
gorbovskoy-evg wants to merge 1 commit intomasterfrom
fix_problem_with_incorrect_error_message_on_many_of_200-th_webrequest_errorcodes

Conversation

@gorbovskoy-evg
Copy link
Copy Markdown

No description provided.

@gorbovskoy-evg gorbovskoy-evg requested a review from Grantim April 16, 2026 15:18
…brequest errorcodes

add comment

revert wrong commit

add comment and correct order ob checks

Revert "add comment"

This reverts commit a6f3a36.
@gorbovskoy-evg gorbovskoy-evg force-pushed the fix_problem_with_incorrect_error_message_on_many_of_200-th_webrequest_errorcodes branch from e99b136 to 2c1a989 Compare April 16, 2026 23:28
if ( code == 0 )
return MR::unexpected( "Bad internet connection." );

if ( response["code"].asInt() == 403 )
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you reach this line after above additions?

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.

4 participants