Skip to content

Commit

Permalink
Update connection.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl6097 authored May 12, 2023
1 parent 74a301e commit eb06d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion znet/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ func (c *Connection) StartReader() {
continue
}
for _, bytes := range bufArrays {
zlog.Ins().DebugF("read buffer %s \n", hex.EncodeToString(bytes))
//zlog.Ins().DebugF("read buffer %s \n", hex.EncodeToString(bytes))
msg := zpack.NewMessage(uint32(len(bytes)), bytes)
// Get the current client's Request data
// (得到当前客户端请求的Request数据)
Expand Down

0 comments on commit eb06d0b

Please sign in to comment.