Chromium Code Reviews| Index: net/http/bidirectional_stream_impl.h |
| diff --git a/net/http/bidirectional_stream_impl.h b/net/http/bidirectional_stream_impl.h |
| index 2dd9e8d14b8a7c799ba434d8777c6c1ab24f5cf0..c5a9f13325029a9b7a6c78205debe2c5a0a1f7ea 100644 |
| --- a/net/http/bidirectional_stream_impl.h |
| +++ b/net/http/bidirectional_stream_impl.h |
| @@ -74,8 +74,8 @@ class NET_EXPORT_PRIVATE BidirectionalStreamImpl { |
| // EOF has not been received, or to send data if there is no pending send. |
| virtual void OnTrailersReceived(const SpdyHeaderBlock& trailers) = 0; |
| - // Called when an error occurred. |
| - // No other delegate functions will be called after this. |
| + // Called when an error occurred. Do not cal into the stream after this |
|
mef
2016/06/01 21:53:15
cal -> call.
xunjieli
2016/06/01 23:08:22
Done.
|
| + // point. |
| virtual void OnFailed(int status) = 0; |
| protected: |