Skip to content

Commit ada841b

Browse files
committed
Adjust ErrResponseContent comment description
1 parent 630a052 commit ada841b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sender.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ var ErrResponseUnexpected error = &SendError{
110110
clogMsg: "Response doesn't match expected values.",
111111
}
112112

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
114114
var ErrResponseContent error = &SendError{
115115
msg: "response not expected values",
116116
retryable: false,

0 commit comments

Comments
 (0)