good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 957fb04f authored by a's avatar a
Browse files

more commentsZ

parent efc5f2ba
Branches simplify
No related tags found
1 merge request!19Simplify
Pipeline #28676 failed with stage
in 14 minutes and 43 seconds
......@@ -256,7 +256,7 @@ func (c *callResponder) send(ctx context.Context, env *callEnv) (err error) {
for _, v := range env.responses {
msg := v.pkt
// if we are a batch AND we are supposed to skip, then continue
// this means that for a non-batch notification, we do not skip!
// this means that for a non-batch notification, we do not skip! this is to ensure we get always a "response" for http-like endpoints
if env.batch && v.skip {
continue
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment