Chromium Code Reviews| Index: net/http/http_stream.h |
| diff --git a/net/http/http_stream.h b/net/http/http_stream.h |
| index 3680db3f86215c6b9a0af654563fbda5b6f02660..b43101cd270e5bae942c35e6df82161de3640bdb 100644 |
| --- a/net/http/http_stream.h |
| +++ b/net/http/http_stream.h |
| @@ -2,11 +2,11 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| // |
| -// HttpStream provides an abstraction for a basic http streams, http pipelining |
| -// implementations, and SPDY. The HttpStream subtype is expected to manage the |
| -// underlying transport appropriately. For example, a non-pipelined HttpStream |
| -// would return the transport socket to the pool for reuse. SPDY streams on the |
| -// other hand leave the transport socket management to the SpdySession. |
| +// HttpStream provides an abstraction for a basic http streams, SPDY, and QUIC. |
| +// The HttpStream subtype is expected to manage the underlying transport |
| +// appropriately. For example, a basichttp stream will return the transport |
|
willchan no longer on Chromium
2014/05/23 20:31:21
basic HTTP stream
mmenke
2014/05/23 20:36:37
Done.
|
| +// socket to the pool for reuse. SPDY streams on the other hand leave the |
| +// transport socket management to the SpdySession. |
| #ifndef NET_HTTP_HTTP_STREAM_H_ |
| #define NET_HTTP_HTTP_STREAM_H_ |