Home | History | Annotate | Download | only in flip

Lines Matching refs:CLOSED

557   if (state_ != CLOSED)
617 if (state_ == CLOSED) {
629 // Socket is closed!
664 // closed, just return.
665 if (state_ < CONNECTED || state_ == CLOSED)
772 if (state_ != CLOSED) {
773 state_ = CLOSED;
852 // |len| == 0 implies a closed stream.
1039 LOG(ERROR) << "Flip stream closed: " << frame->status();