gitlab-org--gitlab-foss/changelogs/unreleased/unicorn-monkey-patch.yml
Kamil Trzciński dc962788fa 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
2018-11-28 08:34:32 -08:00

5 lines
100 B
YAML

---
title: Add monkey patch to unicorn to fix eof? problem
merge_request: 23385
author:
type: fixed