Skip to content

Commit f93fafe

Browse files
committed
Merge branch 'master' of github.com:sourcey/libsourcey
2 parents 8c466c4 + 7e55388 commit f93fafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/src/form.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ void FormWriter::prepareSubmit()
120120
// factor chunk headers.
121121
if (!_parts.empty()) {
122122
assert(_filesLength);
123-
// _stream.OutgoingProgress.total = _filesLength;
123+
_stream.OutgoingProgress.total = _filesLength;
124124
}
125125

126126
// Set Content-Length for non-chunked transfers

0 commit comments

Comments
 (0)