Skip to content

Introduce default client for send-url injector

What does this MR do and why?

The http client has been always reused for send-url injector. However, it changed recently when an ability to customize the timeouts has been introduced: Workhorse send_url and send_dependency timeouts... (!136172 - merged)

This MR uses the default client if no customizations are passed.

Merge request reports