mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-14 01:12:30 +08:00
up
This commit is contained in:
@@ -36,5 +36,5 @@ func (c *Core) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
w.Header().Add(`Content-Type`, `application/json`)
|
||||
w.Write(ab)
|
||||
|
||||
go doMetrics(ab, cached, r)
|
||||
go doMetrics(ab, cached, r, len(p.Body))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user