Skip to content

Commit

Permalink
1.0.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
leonchen83 committed Aug 30, 2016
1 parent b5f4e9a commit 3b2f2ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public Object parse(BulkReplyHandler handler) throws IOException {
case '\n':
//skip +CONTINUE\r\n[\n]
//skip +FULLRESYNC 8de1787ba490483314a4d30f1c628bc5025eb761 2443808505[\n]$2443808505\r\nxxxxxxxxxxxxxxxx\r\n
//At this stage just a newline works as a PING in order to take the connection live
//bug fix
return parse(handler);
default:
Expand Down

0 comments on commit 3b2f2ce

Please sign in to comment.