mirror of
https://github.com/jackc/pgx.git
synced 2025-07-08 03:28:46 +00:00
changed style of two comments
This commit is contained in:
parent
0290507ff2
commit
10e11952bd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user