dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 25518df855b549ab686d8bad8a6cc600bfab1d8d
parent 819361c3018594eea0f158e0414779f9f0812739
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon, 30 Jan 2023 21:27:02 -0800

remove todo

Diffstat:
Mcmd/dkfupload/main.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cmd/dkfupload/main.go b/cmd/dkfupload/main.go @@ -129,7 +129,6 @@ func main() { n, _ := f.ReadAt(buf, offset) log.Printf("Thread #%03d | chunk #%03d | read %d | from %d to %d\n", i, chunkNum, n, offset, offset+int64(n)) if !dry { - // TODO: http post the chunk to server hasToSucceed(func() error { body := new(bytes.Buffer) w := multipart.NewWriter(body)