-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: preventing dangling pointer for a ResponseHandler when an error …
…occurred (#469) Summary: On big chunk data, if an error occurs, a dangling pointer issue can rise for the `ResponseHandler` due to the usage of `runInEventBaseThread`. Pull Request resolved: #469 Reviewed By: mjoras Differential Revision: D50937161 Pulled By: afrind fbshipit-source-id: c12abf8ead4cdaf9c5c243c33fa37344fb0ccd97
- Loading branch information
1 parent
3179ce7
commit 293687a
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters