From 8c578cf88c68e4391391f1d5acf5f27f4ee69264 Mon Sep 17 00:00:00 2001 From: "luca.morgese@tno.nl" Date: Fri, 5 Apr 2024 16:24:36 +0200 Subject: [PATCH] add comment --- utils/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/http/http.go b/utils/http/http.go index 37264677..233f4c11 100644 --- a/utils/http/http.go +++ b/utils/http/http.go @@ -204,7 +204,7 @@ func (httpOptions *HttpOptions) ExtractUrl() (string, error) { } } - // If for an http-api command the agent-target address is a URL, it must be handled differently + // If for an http-api command the agent-target address is a URL, it must be handled differently than dname and ip addresses if len(target.Address["url"]) > 0 { if target.Address["url"][0] != "" { urlObject, err := parsePathBasedUrl(target.Address["url"][0])