var net/http.ErrBodyNotAllowed

3 uses

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