From: Jeff Halter Date: Wed, 22 Jun 2022 23:08:57 +0000 (-0700) Subject: Fix intermittently failing banner download X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/commitdiff_plain/19dcc94821d1fac803c571b1dc11764213713682 Fix intermittently failing banner download --- diff --git a/hotline/transaction_handlers.go b/hotline/transaction_handlers.go index 9f07fe1..f6fa232 100644 --- a/hotline/transaction_handlers.go +++ b/hotline/transaction_handlers.go @@ -1962,6 +1962,5 @@ func HandleDownloadBanner(cc *ClientConn, t *Transaction) (res []Transaction, er NewField(fieldTransferSize, size), )) - res = append(res, cc.NewReply(t)) return res, err }