From 942a14b4ce2591b254e77d9cb02b3c02cd0014a2 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Mon, 29 Jun 2020 14:03:18 +0200 Subject: [PATCH] Datasource: Make sure data proxy timeout applies to HTTP client (#25865) For backend data sources executing in the backend (not through data proxy) make sure that the timeout applies to cached HTTP client. Fixes #25863 Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>