mirror of https://github.com/go-gitea/gitea
Fix #2431 - handle requests waiting for reply
According to the docs [1], the Reply method must be called for all requests where WantReply is true. This fixes a hanging java ssh implementation (jsch) which sets WantReply flag and waits for reply from the server. [1] https://godoc.org/golang.org/x/crypto/ssh#Request.Replypull/197/head
parent
7ef9a05588
commit
fb99d50fa1
Loading…
Reference in new issue