Add --output-http-compatibility-mode

Add support for using default Go HTTP client
This commit is contained in:
Leonid Bugaev
2019-03-10 10:29:28 +01:00
parent 707b311456
commit a8cfaa7581
5 changed files with 82 additions and 16 deletions
+2 -2
View File
@@ -247,8 +247,8 @@ func (o *FileOutput) flush() {
if stat, err := o.file.Stat(); err == nil {
o.chunkSize = int(stat.Size())
} else {
log.Println("Error accessing file sats", err)
}
log.Println("Error accessing file sats", err)
}
}
}