changed style of two comments

pull/2138/head
zene 2024-10-05 19:54:02 +03:00
parent 0290507ff2
commit 10e11952bd
2 changed files with 2 additions and 6 deletions

View File

@ -39,9 +39,7 @@ type Backend struct {
terminate Terminate
bodyLen int
maxBodyLen int
// maxBodyLen is the maximum length of a message body in octets.
// If a message body exceeds this length, Receive will return an error.
maxBodyLen int // maxBodyLen is the maximum length of a message body in octets. If a message body exceeds this length, Receive will return an error.
msgType byte
partialMsg bool
authType uint32

View File

@ -54,9 +54,7 @@ type Frontend struct {
portalSuspended PortalSuspended
bodyLen int
maxBodyLen int
// maxBodyLen is the maximum length of a message body in octets.
// If a message body exceeds this length, Receive will return an error.
maxBodyLen int // maxBodyLen is the maximum length of a message body in octets. If a message body exceeds this length, Receive will return an error.
msgType byte
partialMsg bool
authType uint32