Incorrect documentation on UploadDataStream::ResetInternal |
|||
Issue descriptionThe documentation says "Guaranteed to be called before all but the first call to InitInternal." However, the function is actually also called before the first call to InitInternal.
,
Mar 16 2018
That's in the superclass's code: UploadDataStream::Init() calls UploadDataStream::Reset(), which calls ResetInternal(), and then, back inside UploadDataStream::Init(), UploadDataStream::InitInternal() is called.
,
Mar 16 2018
Oops, you're right! I checked, and somehow managed to miss it.
,
Mar 23 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/d9991f9b197a4cfc5e8f4fb4337fcea0bef78c54 commit d9991f9b197a4cfc5e8f4fb4337fcea0bef78c54 Author: Matt Menke <mmenke@chromium.org> Date: Fri Mar 23 20:16:33 2018 UploadDataStream: Update ResetInternal() documentation. NOTRY=true Bug: 822717 Change-Id: I21cd2bed496cef2d8e94d1eebc7354cfa5b90ddd Reviewed-on: https://chromium-review.googlesource.com/978385 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#545565} [modify] https://crrev.com/d9991f9b197a4cfc5e8f4fb4337fcea0bef78c54/net/base/upload_data_stream.h
,
Mar 23 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by mmenke@chromium.org
, Mar 16 2018Components: Internals>Network
Owner: ----
Status: Available (was: Assigned)