diff --git a/internal/cmd/oohelperd/internal/webconnectivity/http.go b/internal/cmd/oohelperd/internal/webconnectivity/http.go index b661583..87180db 100644 --- a/internal/cmd/oohelperd/internal/webconnectivity/http.go +++ b/internal/cmd/oohelperd/internal/webconnectivity/http.go @@ -34,6 +34,7 @@ func HTTPDo(ctx context.Context, config *HTTPConfig) { BodyLength: -1, Failure: newfailure(err), StatusCode: -1, + Headers: map[string]string{}, } return } @@ -53,6 +54,7 @@ func HTTPDo(ctx context.Context, config *HTTPConfig) { BodyLength: -1, Failure: newfailure(err), StatusCode: -1, + Headers: map[string]string{}, } return }