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) {