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

Fix XMLHttpRequest.abort() not functional due to incorrect lazy loading in RCTNetworking ObjC module #5782

Closed
wants to merge 1 commit into from
Closed

Conversation

lassebm
Copy link
Contributor

@lassebm lassebm commented Feb 5, 2016

Introduced in a major lazy loading refactoring: 060664f.

This is especially an issue when aborting a long-lived HTTP connection used as a notification channel, as it will use 1 of the maximum 4 connections per host (default limit defined by iOS' NSURLSession).

@facebook-github-bot
Copy link
Contributor

By analyzing the blame information on this pull request, we identified @nicklockwood, @sahrens and @vjeux to be potential reviewers.

@facebook-github-bot facebook-github-bot added GH Review: review-needed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Feb 5, 2016
@nicklockwood
Copy link
Contributor

Whoops! Good catch.

@facebook-github-bot shipit

@facebook-github-bot
Copy link
Contributor

Thanks for importing. If you are an FB employee go to https://our.intern.facebook.com/intern/opensource/github/pull_request/1651218775128767/int_phab to review.

@ghost ghost closed this in 995b66d Feb 5, 2016
@lassebm lassebm deleted the networking-lazy-loading-fix branch February 6, 2016 01:06
pglotov pushed a commit to pglotov/react-native that referenced this pull request Mar 15, 2016
…ng in RCTNetworking ObjC module

Summary:
Introduced in a major lazy loading refactoring: 060664f.

This is especially an issue when aborting a long-lived HTTP connection used as a notification channel, as it will use 1 of the maximum 4 connections per host (default limit defined by iOS' NSURLSession).
Closes facebook#5782

Reviewed By: svcscm

Differential Revision: D2907600

Pulled By: nicklockwood

fb-gh-sync-id: 8406a045904a7ddb61fe1539a0474ec27b5e9e37
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants