Skip to content

Commit ff86689

Browse files
committed
#3 - Opening up for gzip support
1 parent b536775 commit ff86689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Connection.prototype.connect = function (endpoint, params, callback) {
6767

6868
if (!utils.isNullOrUndefined(self.options)) {
6969
Object.keys(self.options).forEach(function (key) {
70-
if (key === 'pool') {
70+
if (key === 'pool' || key === 'gzip') {
7171
conf[key] = self.options[key];
7272
}
7373
});

0 commit comments

Comments
 (0)