• xunjieli's avatar
    Increase read buffer size for SPDY upload · 179a6e73
    xunjieli authored
    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
    
    Review URL: https://codereview.chromium.org/1914663002
    
    Cr-Commit-Position: refs/heads/master@{#389856}
    179a6e73
spdy_network_transaction_unittest.cc 282 KB