Searched refs:bodyAllowedForStatus (Results 1 – 4 of 4) sorted by relevance
316 func bodyAllowedForStatus(status int) bool { func
2325 …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) {
366 func bodyAllowedForStatus(status int) bool { func382 if len(b) > 0 && !bodyAllowedForStatus(c.outCode) {
344 func bodyAllowedForStatus(status int) bool { func360 if len(b) > 0 && !bodyAllowedForStatus(c.outCode) {