mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-15 14:32:26 +08:00
up
This commit is contained in:
@@ -12,7 +12,7 @@ func (x *Req) Hash() [16]byte {
|
||||
|
||||
io.WriteString(m, x.Method)
|
||||
m.Write([]byte{0x00})
|
||||
io.WriteString(m, x.Method)
|
||||
io.WriteString(m, x.Url)
|
||||
m.Write([]byte{0x00})
|
||||
m.Write(x.Body)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user