Block a user
didericis
deleted branch fix/git-gate-daemon-timeouts from didericis/bot-bottle
2026-06-01 14:38:26 -04:00
Interrupted git-gate pushes can leave receive-pack sessions wedged
fix(git-gate): bound daemon client sessions
fix(git-gate): bound daemon client sessions
Would prefer we not roll our own git http handler/seems like we should be using either something already build into git (does it not have an inbuilt tool to do this) or some very lightweight, standard tool.
didericis
deleted branch test/clone-push-delete from didericis/bot-bottle
2026-05-29 23:26:52 -04:00
fix(git-gate): bound daemon client sessions
didericis/bot-bottle#114 (comment)
Did we need to add smart-HTTP for the fix? Couldn't we have just used ssh:// instead of git:// when setting up the…