New issue
Advanced search Search tips

Issue 856721 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

CronetUploadDataStream firing of close is potentially broken

Project Member Reported by pauljensen@chromium.org, Jun 26 2018

Issue description

Potential issues:
1. postpones Close() call during Read()s but not Rewind()s
2. if Close() is postponed (i.e. mDestroyAdapterPostponed is true), Close() only seems to be called if onError() or onReadSucceeded() are called, but not if onRewindSucceeded() is called or if the embedder cancels the request and never calls onReadSucceeded() or other final callbacks.

I'm not sure if this is by design or a bug.
 

Sign in to add a comment