Skip to content

Commit

Permalink
remove reset after connection was returned to pool (#1935)
Browse files Browse the repository at this point in the history
Fix #1920 (#1918)
Fix bad backport of commit
  • Loading branch information
gkorland authored and sazzad16 committed Jan 17, 2019
1 parent 02f2cc5 commit bcc0265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/redis/clients/jedis/Jedis.java
Original file line number Diff line number Diff line change
Expand Up @@ -3636,7 +3636,6 @@ public void close() {
} else {
pool.returnResource(this);
}
this.dataSource = null;
} else {
super.close();
}
Expand Down

0 comments on commit bcc0265

Please sign in to comment.