Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Issue 141843002: Revert 245509 "net: Use FileStream asynchronously from UploadFil..." (Closed)

Created:
6 years, 11 months ago by Mark Mentovai
Modified:
6 years, 11 months ago
Reviewers:
hashimoto
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 245509 "net: Use FileStream asynchronously from UploadFil..." This caused XP Tests (2) net_unittests NextProto/HttpNetworkTransactionTest.UploadFileSmallerThanLength/0, /1, /2, /3, /4, and UploadDataStreamTest.FileSmallerThanLength to time out. http://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%282%29/builds/32723/ > net: Use FileStream asynchronously from UploadFileElementReader > > InitInternal() and ReadInternal() were used to share the same implementation with UploadFileElementReaderSync. > There is no need to maintain them since UploadFileElementReaderSync is gone. > Abandon these unneeded functions and use FileStream in an asynchronous way. > > BUG=294797 > TEST=net_unittests > > Review URL: https://codereview.chromium.org/139253002 TBR=hashimoto@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245529

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -110 lines) Patch
M trunk/src/net/base/upload_file_element_reader.h View 4 chunks +23 lines, -9 lines 0 comments Download
M trunk/src/net/base/upload_file_element_reader.cc View 5 chunks +140 lines, -101 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mark Mentovai
6 years, 11 months ago (2014-01-17 16:38:58 UTC) #1
Mark Mentovai
6 years, 11 months ago (2014-01-17 16:39:05 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r245529 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698