Home | History | Annotate | Download | only in flip

Lines Matching refs:Error

79     LOG(ERROR) << "FlipHeaderBlock without status header.";
87 LOG(ERROR) << "FlipHeaderBlock without version header.";
270 net::Error FlipSession::Connect(const std::string& group_name,
293 return static_cast<net::Error>(rv);
465 // socket (or have an error trying to do so).
472 CloseSessionOnError(static_cast<net::Error>(result));
518 DCHECK_LT(result, 0); // It should be an error, not a byte count.
519 CloseSessionOnError(static_cast<net::Error>(result));
534 net::Error error = static_cast<net::Error>(bytes_read);
535 if (error == OK)
536 error = ERR_CONNECTION_CLOSED;
537 CloseSessionOnError(error);
609 CloseSessionOnError(static_cast<net::Error>(result));
672 // returns error (or ERR_IO_PENDING).
713 // TODO(mbelshe): Test this error case. Maybe we should mark the socket
714 // as in an error state.
720 void FlipSession::CloseAllStreams(net::Error code) {
739 LOG(ERROR) << "ABANDONED (stream_id=" << list[index]->stream_id()
765 void FlipSession::CloseSessionOnError(net::Error err) {
771 // an error.
835 LOG(ERROR) << "FlipSession error: " << framer->error_code();
863 LOG(ERROR) << "Received invalid OnSyn stream id " << stream_id;
868 LOG(ERROR) << "Received OnSyn for active stream " << stream_id;
999 // TODO(mbelshe): Error the session?
1021 DCHECK(false); // Error!
1039 LOG(ERROR) << "Flip stream closed: " << frame->status();
1041 // For now, it doesn't matter much - it is a protocol error.