You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sender.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ var ErrResponseUnexpected error = &SendError{
110
110
clogMsg: "Response doesn't match expected values.",
111
111
}
112
112
113
-
// ErrResponseContent is same as ErrResponseUnexpected without logging so better for channels where response check is user configured.
113
+
// ErrResponseContent is same as ErrResponseUnexpected without logging so better for channels where response check is user configured. We conside this message failed when the response content is unexpected
0 commit comments