Skip to content

Add monkey patch to unicorn to fix eof? problem

Kamil Trzciński requested to merge unicorn-monkey-patch into master

What does this MR do?

Rack with Unicorn is unable to handle chunked requests due to private eof? method. This exposes eof? not changing rack behavior.

What are the relevant issue numbers?

Related https://gitlab.com/gitlab-org/gitlab-ee/issues/8539

Does this MR meet the acceptance criteria?

Merge request reports