diff options
author | Kamil TrzciĆski <ayufan@ayufan.eu> | 2018-11-27 17:12:49 +0100 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-11-28 08:34:32 -0800 |
commit | dc962788fa7589e948479f609a6feb29404d217b (patch) | |
tree | 60f9cad6d77f2aa71de85a7c4f0efef4bce8d636 /Gemfile.lock | |
parent | 56da230826f76f0c16fbb5b7de4ced28d8f5cdae (diff) | |
download | gitlab-ce-dc962788fa7589e948479f609a6feb29404d217b.tar.gz |
Add monkey patch to unicorn to fix eof? problem
Rack with Unicorn is unable to handle chunked requests due to private `eof?` method.
This exposes `eof?` not changing `rack` behavior.
Issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/8539
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f622c6292b2..96b453344a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1088,6 +1088,7 @@ DEPENDENCIES pry-rails (~> 0.3.4) puma (~> 3.12) puma_worker_killer + rack (= 2.0.6) rack-attack (~> 4.4.1) rack-cors (~> 1.0.0) rack-oauth2 (~> 1.2.1) |