MWHttpRequest: Include the request ID in outgoing HTTP requests
authorMarko Obrovac <mobrovac@wikimedia.org>
Fri, 1 Feb 2019 23:48:08 +0000 (15:48 -0800)
committerMobrovac <mobrovac@wikimedia.org>
Fri, 8 Feb 2019 19:16:13 +0000 (19:16 +0000)
commit9fd7fe0d3cae4b3f0a264a030e9ab7021ef49464
tree0352d2f47eb9b1d267057752199f504e43d2060b
parent20261b36c49258ac23b74dd7f6c3a4f8d1ac2312
MWHttpRequest: Include the request ID in outgoing HTTP requests

In order to be able to trace requests across the production environment,
we attach the X-Request-Id to outgoing requests.

Bug: T201409
Change-Id: Iadd6cbd51a78a1876a1a318783b51635717d054f
includes/http/MWHttpRequest.php