Descriptionnet: Make sure the FileStream file is closed on the worker thread.
When a FileStream is deleted while Open is in progress, the file was being
closed on the wrong thread because it was not being transferred to the
FileStream::Context.
This CL transfers the file to the context even if it is orphaned.
BUG=322664
TEST=net_unittests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267977
Patch Set 1 #Patch Set 2 : Use an explicit worker pool #
Messages
Total messages: 10 (0 generated)
|