var net/http.ErrBodyNotAllowed

3 uses

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