DescriptionFixed the following layout test:
LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html
The crash happens in simple_resource_loader_bridge.cc, there is a
case when MaybeUpdateUploadProgress is posted as a task and in the
queue while a redirect response by the server cancels the upload.
Leaving request_->get_upload() returns NULL, and of cource using of
the pointer failes.
Patch Set 1 #
Total comments: 1
Patch Set 2 : stop timer #Messages
Total messages: 4 (0 generated)
|