From 6188d756fd79926e57c12d61d8fa1bf2c868d51c Mon Sep 17 00:00:00 2001 From: Saxon Date: Fri, 1 Mar 2019 10:01:52 +1030 Subject: [PATCH] revid: moved some mtsSender logic into load rather than send so that we're not doing the same work over and over again in the case of send failure and retry --- revid/mtsSender_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revid/mtsSender_test.go b/revid/mtsSender_test.go index 9a0cfab3..de1b3ef4 100644 --- a/revid/mtsSender_test.go +++ b/revid/mtsSender_test.go @@ -24,7 +24,7 @@ LICENSE for more details. You should have received a copy of the GNU General Public License - in gpl.txt. If not, see http://www.gnu.org/licenses. + along with revid in gpl.txt. If not, see http://www.gnu.org/licenses. */ package revid