mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-17 12:22:26 +08:00
fix
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
||||
"net/http"
|
||||
"project/pb"
|
||||
"project/util"
|
||||
"project/zj"
|
||||
)
|
||||
|
||||
func (c *Core) getAB(p *pb.Req, r *http.Request) (ab []byte, cached bool, err error) {
|
||||
@@ -67,7 +66,7 @@ func req(w http.ResponseWriter, r *http.Request) (p *pb.Req, err error) {
|
||||
ContentType: contentType,
|
||||
Body: ab,
|
||||
}
|
||||
zj.F(`%x %s %s %s`, p.Hash(), method, url, contentType)
|
||||
// zj.F(`%x %s %s %s`, p.Hash(), method, url, contentType)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user