diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-09 09:07:06 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-09 09:07:06 +0000 |
commit | 5ff84deb3a852c6d2c88b8ded64213a26784b822 (patch) | |
tree | cd2b18e4938288ae59fa2ebd3ae3088467fb84e9 /.teatro.yml | |
parent | e8c8feb4b3235e5f5c2001c04e44f118965b3768 (diff) | |
parent | 783791fd08e8144a2ab97307a12df9d2a40e0421 (diff) | |
download | gitlab-ce-5ff84deb3a852c6d2c88b8ded64213a26784b822.tar.gz |
Merge branch 'nginx-git-http' into 'master'
Do not let NGINX buffer Git HTTP requests
Before this change NGINX would convert a chunked HTTP POST (e.g.
git push) into a HTTP 1.0 single large POST. This creates an
unnecessary delay, and it creates unnecessary memory pressure on
gitlab-git-http-server.
For the response ('proxy_buffering') I am less sure that NGINX 's
buffering behavior is harmful, but it still makes more sense to me
not to interfere with gitlab-git-http-server (and the Golang net/http
server).
See merge request !1256
Diffstat (limited to '.teatro.yml')
0 files changed, 0 insertions, 0 deletions