good morning!!!!

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

more commentsZ

parent efc5f2ba
No related branches found
No related tags found
1 merge request!19Simplify
Pipeline #28676 failed
...@@ -256,7 +256,7 @@ func (c *callResponder) send(ctx context.Context, env *callEnv) (err error) { ...@@ -256,7 +256,7 @@ func (c *callResponder) send(ctx context.Context, env *callEnv) (err error) {
for _, v := range env.responses { for _, v := range env.responses {
msg := v.pkt msg := v.pkt
// if we are a batch AND we are supposed to skip, then continue // 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 { if env.batch && v.skip {
continue continue
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment