fix: don't flush status immediately

Closes: #148

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2021-01-11 17:54:54 +01:00
parent 5dbfee40eb
commit ec227c2ba3
6 changed files with 34 additions and 12 deletions
+3
View File
@@ -47,4 +47,7 @@ type Handler struct {
// SentBytes is the number of sent bytes
SentBytes int64
// The transfer of the body has started
BodyOut bool
}