var net/http.ErrBodyNotAllowed

6 uses

	net/http (current package)
		h2_bundle.go#L7019: 		return 0, ErrBodyNotAllowed
		server.go#L43: 	ErrBodyNotAllowed = errors.New("http: request method or response status code does not allow body")
		server.go#L1650: 		return 0, ErrBodyNotAllowed

	net/http/httptest
		recorder.go#L114: 		return 0, http.ErrBodyNotAllowed
		recorder.go#L128: 		return 0, http.ErrBodyNotAllowed

	golang.org/x/net/http2
		server.go#L3022: 		return 0, http.ErrBodyNotAllowed