We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d5145 commit 07a5cabCopy full SHA for 07a5cab
ziti/edge/network/conn.go
@@ -217,7 +217,7 @@ func (conn *edgeConn) Write(data []byte) (int, error) {
217
if conn.IsClosed() {
218
return 0, errors.New("connection closed")
219
}
220
- return 0, errors.New("calling Write() after CloseWrite()")
+ return 0, errors.New("connection closed for writes")
221
222
223
if conn.sender != nil {
0 commit comments