Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cable
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-02 03:09:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-02 03:09:56 +0300
commit926711e4546e0cf845c6cbe5773076f2195357f0 (patch)
tree92edf881d2be503589848c218a85d2a584cf0d19 /cable
parentf7bc7dc5eafc4eef9043a3d1b2dcbc15ca76a571 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'cable')
-rw-r--r--cable/config.ru2
1 files changed, 1 insertions, 1 deletions
diff --git a/cable/config.ru b/cable/config.ru
index c50bc41511d..421aee38346 100644
--- a/cable/config.ru
+++ b/cable/config.ru
@@ -5,6 +5,6 @@ Rails.application.eager_load!
ACTION_CABLE_SERVER = true
-use ActionDispatch::RequestId
+use ActionDispatch::RequestId, header: Rails.application.config.action_dispatch.request_id_header
run ActionCable.server