From 07de480c00b2f284d54a624eeaaace022f7c9714 Mon Sep 17 00:00:00 2001 From: qydysky Date: Thu, 13 Apr 2023 21:11:51 +0800 Subject: [PATCH] =?utf8?q?Fix=20=E5=BD=95=E6=92=AD=E6=96=87=E4=BB=B6?= =?utf8?q?=E5=87=BA=E7=8E=B0=E5=A4=9A=E4=BD=99=E6=95=B0=E6=8D=AE=E5=AF=BC?= =?utf8?q?=E8=87=B4=E6=97=A0=E6=B3=95=E5=9B=9E=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/stream.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/Reply/stream.go b/Reply/stream.go index 692925c..02acc06 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -1269,9 +1269,6 @@ func (t *M4SStream) PusherToFile(contextC context.Context, filepath string, star } f.Write(t.getFirstBuf(), true) - if len(t.boot_buf) != 0 { - f.Write(t.boot_buf, true) - } t.Stream_msg.Pull_tag(map[string]func([]byte) bool{ `data`: func(b []byte) bool { select { -- 2.39.2