|
|
DescriptionIncrease read buffer size for SPDY upload
The internal read buffer for upload is 14520 for QUIC, 2852 for
SPDY, and 16384 for normal stream. SPDY is too small compared
to normal stream and QUIC. This CL increases the read buffer to
16384 so it is comparable to the other two implementations.
This will make it easier for net embedders to configure uploads to
work well across different transports.
This CL additionally updates flow control tests so they take
into account the new buffer size when zeroing out window size.
BUG=606784
Committed: https://crrev.com/179a6e73881175ac0b7b977c12a9c376c254ff4f
Cr-Commit-Position: refs/heads/master@{#389856}
Patch Set 1 : #
Total comments: 2
Patch Set 2 : Address Bence's comments #
Messages
Total messages: 23 (15 generated)
Patchset #1 (id:1) has been deleted
Patchset #1 (id:20001) has been deleted
Patchset #1 (id:40001) has been deleted
Patchset #1 (id:60001) has been deleted
Description was changed from ========== Increase read buffer size for SPDY upload BUG= ========== to ========== Increase read buffer size for SPDY upload The internal read buffer for upload is 14520 for QUIC, 2852 for SPDY, and 16384 for normal stream. SPDY is too small compared to normal stream and QUIC. This CL increases the read buffer to 16384 to be comparable to the other two implementations. This will make it easier for net embedders to configure upload to work well across different transports. ==========
xunjieli@chromium.org changed reviewers: + bnc@chromium.org
Description was changed from ========== Increase read buffer size for SPDY upload The internal read buffer for upload is 14520 for QUIC, 2852 for SPDY, and 16384 for normal stream. SPDY is too small compared to normal stream and QUIC. This CL increases the read buffer to 16384 to be comparable to the other two implementations. This will make it easier for net embedders to configure upload to work well across different transports. ========== to ========== Increase read buffer size for SPDY upload The internal read buffer for upload is 14520 for QUIC, 2852 for SPDY, and 16384 for normal stream. SPDY is too small compared to normal stream and QUIC. This CL increases the read buffer to 16384 to be comparable to the other two implementations. This will make it easier for net embedders to configure upload to work well across different transports. This CL additionally updates flow control tests so they take into account the new buffer size when zeroing out window size. ==========
Bence, PTAL. Thank you!
Description was changed from ========== Increase read buffer size for SPDY upload The internal read buffer for upload is 14520 for QUIC, 2852 for SPDY, and 16384 for normal stream. SPDY is too small compared to normal stream and QUIC. This CL increases the read buffer to 16384 to be comparable to the other two implementations. This will make it easier for net embedders to configure upload to work well across different transports. This CL additionally updates flow control tests so they take into account the new buffer size when zeroing out window size. ========== to ========== Increase read buffer size for SPDY upload The internal read buffer for upload is 14520 for QUIC, 2852 for SPDY, and 16384 for normal stream. SPDY is too small compared to normal stream and QUIC. This CL increases the read buffer to 16384 to be comparable to the other two implementations. This will make it easier for net embedders to configure upload to work well across different transports. This CL additionally updates flow control tests so they take into account the new buffer size when zeroing out window size. BUG=606784 ==========
Description was changed from ========== Increase read buffer size for SPDY upload The internal read buffer for upload is 14520 for QUIC, 2852 for SPDY, and 16384 for normal stream. SPDY is too small compared to normal stream and QUIC. This CL increases the read buffer to 16384 to be comparable to the other two implementations. This will make it easier for net embedders to configure upload to work well across different transports. This CL additionally updates flow control tests so they take into account the new buffer size when zeroing out window size. BUG=606784 ========== to ========== Increase read buffer size for SPDY upload The internal read buffer for upload is 14520 for QUIC, 2852 for SPDY, and 16384 for normal stream. SPDY is too small compared to normal stream and QUIC. This CL increases the read buffer to 16384 so it is comparable to the other two implementations. This will make it easier for net embedders to configure uploads to work well across different transports. This CL additionally updates flow control tests so they take into account the new buffer size when zeroing out window size. BUG=606784 ==========
LGTM with nit. https://codereview.chromium.org/1914663002/diff/80001/net/spdy/spdy_network_t... File net/spdy/spdy_network_transaction_unittest.cc (right): https://codereview.chromium.org/1914663002/diff/80001/net/spdy/spdy_network_t... net/spdy/spdy_network_transaction_unittest.cc:62: // This currently 16kB. I think it would be better to remove this comment, because it is especially prone to becoming out-of-date.
Thanks a lot for the review, Bence! https://codereview.chromium.org/1914663002/diff/80001/net/spdy/spdy_network_t... File net/spdy/spdy_network_transaction_unittest.cc (right): https://codereview.chromium.org/1914663002/diff/80001/net/spdy/spdy_network_t... net/spdy/spdy_network_transaction_unittest.cc:62: // This currently 16kB. On 2016/04/26 16:59:23, Bence wrote: > I think it would be better to remove this comment, because it is especially > prone to becoming out-of-date. Done.
The CQ bit was checked by xunjieli@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from bnc@chromium.org Link to the patchset: https://codereview.chromium.org/1914663002/#ps100001 (title: "Address Bence's comments")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1914663002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1914663002/100001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi...)
The CQ bit was checked by xunjieli@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1914663002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1914663002/100001
Message was sent while issue was closed.
Description was changed from ========== Increase read buffer size for SPDY upload The internal read buffer for upload is 14520 for QUIC, 2852 for SPDY, and 16384 for normal stream. SPDY is too small compared to normal stream and QUIC. This CL increases the read buffer to 16384 so it is comparable to the other two implementations. This will make it easier for net embedders to configure uploads to work well across different transports. This CL additionally updates flow control tests so they take into account the new buffer size when zeroing out window size. BUG=606784 ========== to ========== Increase read buffer size for SPDY upload The internal read buffer for upload is 14520 for QUIC, 2852 for SPDY, and 16384 for normal stream. SPDY is too small compared to normal stream and QUIC. This CL increases the read buffer to 16384 so it is comparable to the other two implementations. This will make it easier for net embedders to configure uploads to work well across different transports. This CL additionally updates flow control tests so they take into account the new buffer size when zeroing out window size. BUG=606784 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:100001)
Message was sent while issue was closed.
Description was changed from ========== Increase read buffer size for SPDY upload The internal read buffer for upload is 14520 for QUIC, 2852 for SPDY, and 16384 for normal stream. SPDY is too small compared to normal stream and QUIC. This CL increases the read buffer to 16384 so it is comparable to the other two implementations. This will make it easier for net embedders to configure uploads to work well across different transports. This CL additionally updates flow control tests so they take into account the new buffer size when zeroing out window size. BUG=606784 ========== to ========== Increase read buffer size for SPDY upload The internal read buffer for upload is 14520 for QUIC, 2852 for SPDY, and 16384 for normal stream. SPDY is too small compared to normal stream and QUIC. This CL increases the read buffer to 16384 so it is comparable to the other two implementations. This will make it easier for net embedders to configure uploads to work well across different transports. This CL additionally updates flow control tests so they take into account the new buffer size when zeroing out window size. BUG=606784 Committed: https://crrev.com/179a6e73881175ac0b7b977c12a9c376c254ff4f Cr-Commit-Position: refs/heads/master@{#389856} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/179a6e73881175ac0b7b977c12a9c376c254ff4f Cr-Commit-Position: refs/heads/master@{#389856} |