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: make StreamSubscriber ref counted (backport: 4-1-x) #17267

Merged
merged 1 commit into from Mar 29, 2019

Commits on Mar 17, 2019

  1. fix: make StreamSubscriber ref counted

    It is owned by URLRequestStreamJob on the IO thread once request starts,
    but if the ownership was abondoned while transfering it to IO thread
    which is possible when a request is aborted, then we need to make sure
    its destroyed on the right thread to avoid lock in v8.
    deepak1556 committed Mar 17, 2019
    Copy the full SHA
    1e2adfc View commit details
    Browse the repository at this point in the history