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

Issue 707223002: In CompositeHTTPBodyStream, coalesce small GetBytesBuffer()s to better fill the buffer. (Closed)

Created:
6 years, 1 month ago by Robert Sesek
Modified:
6 years, 1 month ago
Reviewers:
Mark Mentovai
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Project:
crashpad
Visibility:
Public.

Description

In CompositeHTTPBodyStream, coalesce small GetBytesBuffer()s to better fill the buffer. R=mark@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/e5048b3a8084d4ec8e1db76cde03d108a316003b

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -13 lines) Patch
M util/net/http_body.cc View 1 1 chunk +17 lines, -12 lines 0 comments Download
M util/net/http_body_test.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
Robert Sesek
6 years, 1 month ago (2014-11-07 16:52:13 UTC) #1
Mark Mentovai
https://codereview.chromium.org/707223002/diff/1/util/net/http_body.cc File util/net/http_body.cc (right): https://codereview.chromium.org/707223002/diff/1/util/net/http_body.cc#newcode102 util/net/http_body.cc:102: std::min(max_len, Maybe more readable if std::min( went on the ...
6 years, 1 month ago (2014-11-07 17:00:11 UTC) #2
Robert Sesek
https://codereview.chromium.org/707223002/diff/1/util/net/http_body.cc File util/net/http_body.cc (right): https://codereview.chromium.org/707223002/diff/1/util/net/http_body.cc#newcode102 util/net/http_body.cc:102: std::min(max_len, On 2014/11/07 17:00:11, Mark Mentovai wrote: > Maybe ...
6 years, 1 month ago (2014-11-07 17:05:33 UTC) #4
Mark Mentovai
Cool, LGTM. I’m glad you decided to go for this.
6 years, 1 month ago (2014-11-07 17:07:02 UTC) #5
Robert Sesek
6 years, 1 month ago (2014-11-07 17:08:17 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:40001) manually as
e5048b3a8084d4ec8e1db76cde03d108a316003b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698