| commit | 7591c284c4ded9f872ab1cb57b835b92742ce075 | [log] [tgz] |
|---|---|---|
| author | fkastenholz <fkastenholz@google.com> | Tue Aug 13 12:58:38 2019 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 15 09:06:52 2019 -0700 |
| tree | c044020551a192c60c05ab6ab9a94b070b4e0192 | |
| parent | db6d8f022a0dc58170fe7c0cecc740f502bbd23f [diff] |
Add convience functions to end_to_end test This CL adds two convenience functions, GetClientSession and GetClientConnection() to the end to end test. These two functions are simple replacements for long strings of pointer dereferencing. No logic or functional changes. This just makes it easier to read/write the test code. gfe-relnote: N/A test only. PiperOrigin-RevId: 263196638 Change-Id: Ib0fe883e83f6015422f755c6dcbeb5f8341a6cee
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.