DescriptionLanding Recent QUIC changes until 01/31/2016 05:22 UTC
Replace QuicEncryptedPacket's fields with equivalents in SerializedPacket.
No functional change.
Merge internal change: 113458293
https://codereview.chromium.org/1667003002/
Refactor the QuicPacketCreatorTest to make it easier to flatten
QuicEncryptedPacket into SerializedPacket.
n/a(Test Only)
Merge internal change: 113395732
https://codereview.chromium.org/1665973003/
Refactor QuicCryptoClientStream to use QuicSession directly.
Merge internal change: 113372125
https://codereview.chromium.org/1665743003/
Move the check for QUIC silent close from SendConnectionClosePacket, to
CheckForTimeout.
Merge internal change: 113297234
https://codereview.chromium.org/1664973002/
Rename QUIC connection timeout error codes to be more descriptive.
No behavior change.
Renames:
QUIC_CONNECTION_TIMED_OUT -> QUIC_NETWORK_IDLE_TIMEOUT
QUIC_CONNECTION_OVERALL_TIMED_OUT -> QUIC_HANDSHAKE_TIMEOUT
To future Chromium merger: You will need to update histograms.xml in
Chromium, for the mapping from error code -> UMA string.
Merge internal change: 113294280
https://codereview.chromium.org/1664763003/
Change server push unit tests of quic toy server session to make tests
pass when FLAGS_quic_cede_correctly is true.
Since cl/112799471 changes quic priority behavior of connection level
flow control blocked streams, and currently the server push unit tests
uses connection level flow control to keep push streams open, the tests
failed when new behavior is introduced. This CL changes the tests to use
stream level flow control instead of connection level.
Merge internal change: 113275797
https://codereview.chromium.org/1662083003/
R=rch@chromium.org, eroman@chromium.org, ttuttle@chromium.org,
Committed: https://crrev.com/2cae207e31716451b665dd11b3a21262e3e7a2e3
Cr-Commit-Position: refs/heads/master@{#373723}
Patch Set 1 #Patch Set 2 : compile fix #Patch Set 3 : fix compile errors #Patch Set 4 : fix unittests #Patch Set 5 : Rebase #Depends on Patchset: Dependent Patchsets: Messages
Total messages: 42 (21 generated)
|