diff options
Diffstat (limited to 'sync_worker.go')
-rwxr-xr-x | sync_worker.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync_worker.go b/sync_worker.go index 7e4d21cc..c4d9aa9d 100755 --- a/sync_worker.go +++ b/sync_worker.go @@ -135,6 +135,7 @@ func (tw *syncWorker) ExecWithContext(ctx context.Context, p Payload) (Payload, func (tw *syncWorker) execPayload(p Payload) (Payload, error) { const op = errors.Op("exec payload") // two things; todo: merge + // NO CONTROL HERE if err := sendControl(tw.w.Relay(), p.Context); err != nil { return EmptyPayload, errors.E(op, err, "header error") } |