From b7edcdabfe325f75d8865d6ec6f358e354214583 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 5 Jun 2014 18:38:40 -0400 Subject: [PATCH] Display options for debugging --- lib/send.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/send.js b/lib/send.js index 86c34c8..927a400 100644 --- a/lib/send.js +++ b/lib/send.js @@ -462,6 +462,8 @@ SendStream.prototype.send = function(path, stat){ return this.headersAlreadySent(); } + debug('options %o', options); + // set header fields this.setHeader(path, stat);