Alexandre Flament 41f6359d06 [fix] error recorder: avoid RuntimeError on some rare occasion
httpx.RequestError (subclass of httpx.HTTPError) has a property request.
This property raises a RuntimeError if the attributes _request is None.
To avoid a cascade of errors, this commit reads directly the _request attribute.
2021-09-17 10:06:24 +02:00
..
2021-09-11 13:23:06 +02:00
2021-09-07 17:48:56 +02:00
2021-09-03 07:16:39 +00:00
2020-12-11 14:37:08 +01:00