| Index: net/http/bidirectional_stream.h
|
| diff --git a/net/http/bidirectional_stream.h b/net/http/bidirectional_stream.h
|
| index 0810387ee7db1f0954bb1879dc438f087f812b5c..95e7f2e90f3b1cc243900cbb11904d9eae666f3f 100644
|
| --- a/net/http/bidirectional_stream.h
|
| +++ b/net/http/bidirectional_stream.h
|
| @@ -81,8 +81,8 @@ class NET_EXPORT BidirectionalStream
|
| // EOF has not been received, or to send data if there is no pending send.
|
| virtual void OnTrailersReceived(const SpdyHeaderBlock& trailers) = 0;
|
|
|
| - // Called when the stream is closed or an error occurred.
|
| - // No other delegate functions will be called after this.
|
| + // Called when an error occurred. Do not call into the stream after this
|
| + // point. No other delegate functions will be called after this.
|
| virtual void OnFailed(int error) = 0;
|
|
|
| protected:
|
|
|