Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrr/http2
/ SetState
Method
SetState
stream.go:88–90 ·
view source on GitHub ↗
(state StreamState)
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(s *Stream) SetState(state StreamState) {
89
s.state = state
90
}
91
92
func
(s *Stream) Window() int32 {
93
return
int32(s.window)
Callers
3
handleStreams
Method · 0.95
writeError
Method · 0.80
handleState
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected