Skip to content

Commit a8871eb

Browse files
committed
Accept gzipped files, fixes #20
1 parent bc7809a commit a8871eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/request.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ var defaultOptions = {
77
method: 'GET',
88
encoding: 'binary',
99
strictSSL: false,
10-
jar: true
10+
jar: true,
11+
gzip: true
1112
};
1213

1314
function getDefaultOptions() {

0 commit comments

Comments
 (0)