Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

browser(firefox): send requestFailed on network error #1816

Merged
merged 1 commit into from Apr 16, 2020

Conversation

yury-s
Copy link
Member

@yury-s yury-s commented Apr 16, 2020

@@ -2024,9 +2024,14 @@ index 0000000000000000000000000000000000000000..b8a98b058ea36f85fddfa21e992e2d06
+ if (this._disposed)
+ return;
+
+ const body = this._chunks.join('');
+ if (aStatusCode === 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Just to double check: this is not an http status code?

Copy link
Member Author

Choose a reason for hiding this comment

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

If you meant http response code then it's not, it's a mozilla internal status code (nsresult).

@yury-s yury-s merged commit 77f1a70 into microsoft:master Apr 16, 2020
@yury-s yury-s deleted the ff-request-failed branch April 16, 2020 18:11
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.

None yet

2 participants