Update returned error codes
This commit is contained in:
@@ -198,6 +198,10 @@ func (zr *Handlers) handleHome(resp http.ResponseWriter, req *http.Request) {
|
||||
}
|
||||
efficiency := response.ServedMB * 100 / denominator
|
||||
|
||||
if zr.initialTraffic > response.TrafficLogged {
|
||||
zr.initialTraffic = response.TrafficLogged
|
||||
}
|
||||
|
||||
out += fmt.Sprintf(`
|
||||
<tr>
|
||||
<td>Library Size</td>
|
||||
|
||||
Reference in New Issue
Block a user