Add missing X-Request-ID header to client

pull/15778/head
Rafa de la Torre 4 years ago
parent 0c47b03fd1
commit db0aa0e8aa

@ -23,6 +23,7 @@ module Carto
# Returns a wrapper to a typhoeus request object
def request(url, options = {})
options[:headers]['X-Request-ID'] = request_id if request_id
Request.new(@logger, url, options)
end

Loading…
Cancel
Save