| commit | c258e4f87af03afddb99d4eb171d0489c9626305 | [log] [tgz] |
|---|---|---|
| author | QUICHE team <quiche-dev@google.com> | Wed Aug 14 10:04:58 2019 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 15 12:30:48 2019 -0700 |
| tree | d8f3319b2fbd54f1d025f99a5a03694a623156ac | |
| parent | 4abb566fbbc63df8fe7c1ac30b21632b9eb18d0c [diff] [blame] |
gfe-relnote: Implement sending the MAX_PUSH_ID frame when the client sets a non-zero maximum push id. PiperOrigin-RevId: 263372703 Change-Id: If68ed7819648fdd7bd5ec968592d04f88467f5d2
diff --git a/quic/core/quic_session.h b/quic/core/quic_session.h index 57ced3a..cbfff08 100644 --- a/quic/core/quic_session.h +++ b/quic/core/quic_session.h
@@ -575,6 +575,8 @@ return false; } + bool IsHandshakeConfirmed() { return is_handshake_confirmed_; } + private: friend class test::QuicSessionPeer;