From bbe4c4b6ae7c78ca2416e8ac785e85b3f1b39d64 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 27 Jan 2022 15:03:07 -0700 Subject: [PATCH] impl real fe do req --- broker/fastexact.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broker/fastexact.go b/broker/fastexact.go index 5da2fea..c551e3b 100644 --- a/broker/fastexact.go +++ b/broker/fastexact.go @@ -128,7 +128,7 @@ func (fe FastExact) newRequest(state config.State) (*http.Request, error) { } func (fe FastExact) doRequest(req *http.Request) (*http.Response, error) { - return nil, errors.New("not impl: fe.doreq") + return do(req) } func (fe FastExact) parse(resp *http.Response) ([]Job, error) {