commit | 0b073d0b7df16c4af32a1ba5be2c253164391e54 | [log] [tgz] |
---|---|---|
author | rtenneti <[email protected]> | Tue Jul 28 04:27:56 2015 |
committer | Commit bot <[email protected]> | Tue Jul 28 04:29:01 2015 |
tree | 5e040c441544df0bef0c837d92c3aac9daf982f7 | |
parent | 9806ffde757b3ebe984f25932e4a5cf5bc4f6b82 [diff] |
Landing Recent QUIC changes until 7/27/2015 18:48 UTC. QUIC - Moved packets_between_mtu_probes() to QuicConnectionPeer because it is used in tests only. Merge change 1226083005 from Chrome. relnote: n/a (test-only change) Merge internal change: 99201483 https://codereview.chromium.org/1262463005/ Make MTU probe failure test run faster by sending probes sooner. relnote: n/a (test-only change) FIXED=22720425 Merge internal change: 99067184 https://codereview.chromium.org/1262463004/ Changed LocalSocketAddress to local_address. That is the only QUIC specific change in the following CL merge. Rest of the changes are to fix "Do not attempt to SetQos on FdWrappers that don't support QoS.". Merge internal change: 99058919 https://codereview.chromium.org/1260793005/ QUIC - minor comment fix. Created bugs for the following DISABLED tests. + ProofTest::DISABLED_Verify + CryptoServerTest::DISABLED_DefaultCert https://codereview.chromium.org/1260793004/ relnote: Instantiate an HTTP/2 SpdyFramer instead of a SPDY/3 SpdyFramer in QUIC's toy client and server stream code. There should be no behavior change, because the only method on that framer which is called is ParseHeaderBlockInBuffer() which behaves identially for SPDY/3 and HTTP/2. In any case, these classes are not part of the internal server code. Merge internal change: 99048851 https://codereview.chromium.org/1254973007/ Replace map<string,string> with SpdyHeaderBlock typedef. No behavior change. Missed this in cl/98865397 (didn't port CL 98865397 because it has SPDY changes). relnote: n/a (QUIC client change) Merge internal change: 98929211 https://codereview.chromium.org/1260133002/ relnote: Return 0 instead of false in case of error in QuicFramer::SerializedFrameLength. No behavior change. Merge internal change: 98861345 https://codereview.chromium.org/1260833002/ relnote: Add missing space to logging message. git cl format net changes. Merge internal change: 98824828 https://codereview.chromium.org/1254373003/ [email protected] Review URL: https://codereview.chromium.org/1254343005 Cr-Commit-Position: refs/heads/master@{#340639}