This commit is contained in:
Christopher Jeffrey 2016-02-23 04:40:00 -08:00
parent 95a5d2c47b
commit 76b79ab25d

View File

@ -63,7 +63,7 @@ function Pool(options) {
options.headers = true;
} else {
if (options.headers == null)
options.headers = true;
options.headers = false;
}
this.syncing = false;