From 76b79ab25d9b546d61b16bccb12528feeef47b49 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 23 Feb 2016 04:40:00 -0800 Subject: [PATCH] headers. --- lib/bcoin/pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bcoin/pool.js b/lib/bcoin/pool.js index 7bd0ecb0..bcdf75a7 100644 --- a/lib/bcoin/pool.js +++ b/lib/bcoin/pool.js @@ -63,7 +63,7 @@ function Pool(options) { options.headers = true; } else { if (options.headers == null) - options.headers = true; + options.headers = false; } this.syncing = false;