democratic-coin / dcoin-go

http://dcoin.club
53 stars 8 forks source link

Unclosed TCP connections #316

Closed gentee closed 8 years ago

gentee commented 8 years ago

В определенных случаях множатся незакрытые соединения. 2016-06-08_08-57-15 2

gentee commented 8 years ago

Причина была в незакрытом resp в controllers/synchronization_blockchain.go

resp, err := http.Get(blockchain_url) if err != nil { return "", err } fileSize = resp.ContentLength

ylomakin commented 8 years ago

Fixed