Changeset 761 in code for trunk/downstream.go
- Timestamp:
- Dec 10, 2021, 9:46:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r760 r761 984 984 dc.sasl.pendingResp.WriteString(chunk) 985 985 986 if len(chunk) == 400{986 if len(chunk) == maxSASLLength { 987 987 return nil, nil // Multi-line response, wait for the next command 988 988 }
Note:
See TracChangeset
for help on using the changeset viewer.