| Index: net/quic/reliable_quic_stream.h
|
| diff --git a/net/quic/reliable_quic_stream.h b/net/quic/reliable_quic_stream.h
|
| index 3139ae70ea89b7aa5b0530a7fb2868ef0515e752..806c6a651c12c947ddb5d8706f23cee4d7cf633d 100644
|
| --- a/net/quic/reliable_quic_stream.h
|
| +++ b/net/quic/reliable_quic_stream.h
|
| @@ -227,8 +227,9 @@ class NET_EXPORT_PRIVATE ReliableQuicStream {
|
| // FEC policy to be used for this stream.
|
| FecPolicy fec_policy_;
|
|
|
| - // True if the session this stream is running under is a server session.
|
| - bool is_server_;
|
| + // Tracks if the session this stream is running under was created by a
|
| + // server or a client.
|
| + Perspective perspective_;
|
|
|
| QuicFlowController flow_controller_;
|
|
|
|
|