Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dhttp2.go316 func bodyAllowedForStatus(status int) bool { func
Dserver.go2325 …if clen == "" && rws.handlerDone && bodyAllowedForStatus(rws.status) && (len(p) > 0 || !isHeadResp…
2329 if !hasContentType && bodyAllowedForStatus(rws.status) && len(p) > 0 {
2577 if !bodyAllowedForStatus(rws.status) {
/external/syzkaller/vendor/google.golang.org/appengine/internal/
Dapi_pre17.go366 func bodyAllowedForStatus(status int) bool { func
382 if len(b) > 0 && !bodyAllowedForStatus(c.outCode) {
Dapi.go344 func bodyAllowedForStatus(status int) bool { func
360 if len(b) > 0 && !bodyAllowedForStatus(c.outCode) {