Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imroc/req
/ IsAck
Method
IsAck
internal/http2/frame.go:913–913 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
911
}
912
913
func
(f *PingFrame) IsAck() bool {
return
f.Flags.Has(FlagPingAck) }
914
915
func
parsePingFrame(_ *frameCache, fh FrameHeader, countError
func
(string), payload []byte) (Frame, error) {
916
if
len(payload) != 8 {
Callers
5
processSettings
Method · 0.45
processSettingsNoWrite
Method · 0.45
processPing
Method · 0.45
TestFramerWriteReadSettings
Function · 0.45
TestFramerWriteReadPing
Function · 0.45
Calls
1
Has
Method · 0.80
Tested by
2
TestFramerWriteReadSettings
Function · 0.36
TestFramerWriteReadPing
Function · 0.36