huydx / hget

interruptable, resumable download accelerator written in golang
MIT License
984 stars 68 forks source link

hget EOFpanic #22

Open raz3k opened 7 years ago

raz3k commented 7 years ago

OS: CentOS7

[razvan@oc8737400701 tmp]$ hget http://ipv4.download.thinkbroadband.com/1GB.zip INFO: Resolve ip: 80.249.99.148 INFO: Start download with 8 connections INFO: Download target size: 1.0 GB 1GB.zip-0 128.00 MiB / 128.00 MiB [=============================================================================================================================================] 100.00% 1m7s 1GB.zip-1 92.35 MiB / 128.00 MiB [=======================================================================================================>---------------------------------------] 72.15% 30s 1GB.zip-2 120.26 MiB / 128.00 MiB [======================================================================================================================================>--------] 93.96% 5s 1GB.zip-3 128.00 MiB / 128.00 MiB [============================================================================================================================================] 100.00% 1m16s 1GB.zip-4 41.26 MiB / 128.00 MiB [=============================================>-----------------------------------------------------------------------------------------------] 32.23% 2m46s 1GB.zip-5 128.00 MiB / 128.00 MiB [============================================================================================================================================] 100.00% 1m11s 1GB.zip-6 128.00 MiB / 128.00 MiB [==============================================================================================================================================] 100.00% 51s 1GB.zip-7 128.00 MiB / 128.00 MiB [==============================================================================================================================================] 100.00% 50s ERROR: unexpected EOFpanic: unexpected EOF

goroutine 1 [running]: main.Execute(0x7ffc5afe82ed, 0x2f, 0x0, 0x8, 0x1) /go/src/github.com/huydx/hget/main.go:105 +0xc8e main.main() /go/src/github.com/huydx/hget/main.go:58 +0x3b5