NETWAYS/notify_zammad

HTTP Requests need to use a context

Closed this issue · 1 comments

All HTTP requests should use context for proper cancellation, e.g. with timeouts. See: https://pkg.go.dev/context

// nolint:noctx

Taken care of