From daed57c4456a6f4066113e962582a7290e3883d3 Mon Sep 17 00:00:00 2001 From: "wim.de.jager" Date: Wed, 16 Jun 2021 11:48:30 +0200 Subject: [PATCH] Comment --- clamrest.go | 1 - 1 file changed, 1 deletion(-) diff --git a/clamrest.go b/clamrest.go index 9b04de8..c5a245f 100644 --- a/clamrest.go +++ b/clamrest.go @@ -105,7 +105,6 @@ func scanHandler(w http.ResponseWriter, r *http.Request) { return } - //if part.FileName() is empty, skip this iteration. if part.FileName() == "" { writeError(w, http.StatusBadRequest, "Filename is empty") return