Fix Query/Answer stats
This commit is contained in:
parent
5e04274d84
commit
685306c386
@ -146,13 +146,14 @@ func (s *querysrv) handleGET(w http.ResponseWriter, req *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
globalStats.Query()
|
||||||
|
|
||||||
if len(ann.Direct)+len(ann.Relays) == 0 {
|
if len(ann.Direct)+len(ann.Relays) == 0 {
|
||||||
globalStats.Error()
|
|
||||||
http.Error(w, "Not Found", http.StatusNotFound)
|
http.Error(w, "Not Found", http.StatusNotFound)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
globalStats.Query()
|
globalStats.Answer()
|
||||||
|
|
||||||
w.Header().Set("Content-Type", "application/json")
|
w.Header().Set("Content-Type", "application/json")
|
||||||
json.NewEncoder(w).Encode(ann)
|
json.NewEncoder(w).Encode(ann)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user