mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix a bug in tools/utils/http-helpers.js.
This commit is contained in:
@@ -136,7 +136,7 @@ _.extend(exports, {
|
||||
|
||||
// Body stream length for progress
|
||||
var bodyStreamLength = 0;
|
||||
if (_.has(options, 'bodyStream')) {
|
||||
if (_.has(options, 'bodyStreamLength')) {
|
||||
bodyStreamLength = options.bodyStreamLength;
|
||||
delete options.bodyStreamLength;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user