Pushing big commits over HTTPS gives a 502
Created by: foux
Hello,
I'm using github 5.1 with Apache.
Pushing via ssh works like a charm, but when I try to push large commits via https, I've got this problem
Counting objects: 45514, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (11158/11158), done.
Writing objects: 100% (45514/45514), 21.16 MiB | 135 KiB/s, done.
Total 45514 (delta 33925), reused 45323 (delta 33776)
error: RPC failed; result=22, HTTP code = 502
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
My apache error logs prints this : (103)Software caused connection abort: proxy: pass request body failed to 127.0.0.1:3000 (127.0.0.1) proxy: pass request body failed to 127.0.0.1:3000 (127.0.0.1) from 2.12.157.247 ()
I've got nothing in my application log, nor in the puma logs.
Any idea on how to solve this? Thanks