Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SenseUnit/dumbproxy
/ Read
Method
Read
dialer/h2.go:291–293 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
289
}
290
291
func
(c *h2Conn) Read(b []byte) (n int, err error) {
292
return
c.r.Read(b)
293
}
294
295
func
(c *h2Conn) Write(b []byte) (n int, err error) {
296
return
c.w.Write(b)
Callers
8
hmacGenKey
Function · 0.45
Set
Method · 0.45
readConfig
Function · 0.45
NewTLSSessionID
Function · 0.45
BenchmarkCalculateHMACSignature
Function · 0.45
BenchmarkVerifyHMACLoginAndPassword
Function · 0.45
readResponse
Function · 0.45
Put
Method · 0.45
Calls
no outgoing calls
Tested by
2
BenchmarkCalculateHMACSignature
Function · 0.36
BenchmarkVerifyHMACLoginAndPassword
Function · 0.36