We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837efac commit 4ba36c7Copy full SHA for 4ba36c7
probe.go
@@ -37,6 +37,7 @@ func handleProbeRequest(w http.ResponseWriter, r *http.Request) {
37
} else {
38
probeLogger.Errorln(err.Error())
39
http.Error(w, err.Error(), http.StatusBadRequest)
40
+ return
41
}
42
43
@@ -139,6 +140,7 @@ func handleProbeRequest(w http.ResponseWriter, r *http.Request) {
139
140
141
contextLogger.Errorln(queryErr.Error())
142
http.Error(w, queryErr.Error(), http.StatusBadRequest)
143
144
145
146
*RequestOptions.Skip += requestQueryTop
0 commit comments