Home
last modified time | relevance | path

Searched refs:stateClosed (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dhttp2.go98 stateClosed const
106 stateClosed: "Closed",
Dserver.go575 return stateClosed, nil
579 return stateClosed, nil
1037 if state, _ := sc.state(wr.StreamID()); state == stateClosed && !isReset {
1084 case stateClosed:
1445 if st.state == stateIdle || st.state == stateClosed {
1448 st.state = stateClosed
2147 if st.state != stateHalfClosedRemote && st.state != stateClosed {