Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dtransport.go1269 if shouldSendReqContentLength(req.Method, contentLength) {
1307 func shouldSendReqContentLength(method string, contentLength int64) bool { func