Skip to content

py3: fix hanging read of SSH subprocesses

Previously, reading from SSH subprocesses did’t return. Dulwich passes bufsize=0 to subprocess.Popen. Doing the same fixed the issue.

Merge request reports